html {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background-color: #242124;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    min-height: 100vh;
}
#site-icon {
    width: 50vw;
    max-width: 200px;
}

a {
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
    width: 80vw;
    max-width: 300px;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 25px;
    transition: 0.3s;
}

a:hover {
    scale: 1.1;
    filter: brightness(0.85);
}

a:last-child {
    margin-bottom: 0;
}

a img {
    filter: invert(100%);
    height: 32px;
    vertical-align: middle;
}

#form {
    filter: invert(100%);
}

#form:hover {
    filter: invert(85%);
}

#bluesky {
    background-color: #0085FF;
}

#twitter {
    background-color: #1DA1F2;
}

#patreon {
    background-color: #FF424D;
}

#fa {
    background-color: #FAAF3A;
}

#discord {
    background-color: #5865F2;
}

#kofi {
    background-color: #FF6433;
}