.container {
    /* display: flex; */
    background-color: black;
    text-align: center;
}

button {
    width: 50%;
    padding: 0.5rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    border-radius: 12px;
    border: 3px solid white;
    color: white;
    letter-spacing: 0.1em;
}

body {
    background-color: black;
}

#title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(7, 227, 242);
}

#subtitle {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(244, 176, 49);
    margin-bottom: 2rem;
}

h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#yt-but {
    background-color: #ed131a;
}

#insta-but {
    background-image: linear-gradient(195deg,
            hsl(240deg 100% 20%) 0%,
            hsl(281deg 100% 21%) 8%,
            hsl(304deg 100% 23%) 17%,
            hsl(319deg 100% 30%) 25%,
            hsl(329deg 100% 36%) 33%,
            hsl(336deg 100% 41%) 42%,
            hsl(346deg 83% 51%) 50%,
            hsl(3deg 95% 61%) 58%,
            hsl(17deg 100% 59%) 67%,
            hsl(30deg 100% 55%) 75%,
            hsl(40deg 100% 50%) 83%,
            hsl(48deg 100% 50%) 92%,
            hsl(55deg 100% 50%) 100%);
}

#tiktok-but {
    background-color: #111111;
    filter: drop-shadow(2px 4px 0px #FD3E3E) drop-shadow(-2px -4px 0px #4DE8F4);
}

a {
    text-decoration: none;
}

.tips {
    color: white;
}

ul {
    list-style-type: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.5;
}