ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    background-color: #AAAAAA;
    box-shadow: 5px 5px white;
    width: 50%;
    margin-bottom: 5vh;
    padding: 2vh 2vw 2vh 1vw;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

li a {
    text-decoration: none;
    color: white;
    font-family: 'Tilt Warp', sans-serif;
    font-size: 1.2rem;
}

li img {
    height: 3vh;
    margin-right: 1vw;
}

#trakt {
    background-color: #bd2f8b;
}

#custom {
    background-color: #E83151;
}

#popular {
    background-color: #09CF6E;
}

#custom {
    margin-bottom: 5px;
}

#description {
    font-size: 1.5rem !important;
}

.container {
    height: calc(100vh - 12vw) !important;
    padding: 7vw 5vw 5vw 5vw !important;
}