* {
    font-family: "REM", sans-serif !important;
    margin: 0;
    padding: 0;
}
body {
    background: linear-gradient(45deg, #000000 35%, #1b0067);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    gap: 5rem;
}

.vanced {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.vanced .title {
    width: 400px;
}
.yt-container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.yt-container button {
    background-color: #0046b8;
    color: white;
    user-select: none;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    text-shadow: 0 0 7px #26262690;
}
.yt-container button:hover {
    position: relative;
    margin-top: -2px;
    font-size: 16px;
    top: 3px;
}
.yt-card {
    height: 17rem;
    width: 15em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.yt-card img {
    height: 7rem;
    width: 7rem;
    margin-bottom: 1rem;
}
.yt img {
    border-radius: 1.5rem;
}
.yt-music img {
    border-radius: 50%;
}
footer {
    color: #b4b4b4;
}

@media (max-width: 768px) {
    body {
        height: 105vh;
        gap: 2rem;
    }
    .vanced {
        margin-top: 2rem;
    }
    .vanced img {
        height: 90px;
    }
    .youtube-title {
        font-size: 2rem;
    }
    .yt-card {
        height: 11rem;
    }
    .yt-card button {
        font-size: 10px;
        max-width: 9rem;
    }
    .yt-card button:hover {
        margin-top: -2px;
        font-size: 0.8rem;
        max-width: 10rem;
        top: 3px;
    }
    .yt-card img {
        height: 5rem;
        width: 5rem;
    }
    .yt-container {
        margin-top: 2rem;
        gap: 0;
    }
    .yt img {
        border-radius: 1rem;
    }
    footer {
        margin-bottom: 2rem;
        font-size: 13px;
    }
}
