@font-face {
    font-family: VarelaRound;
    src: url(../ressources/fonts/VarelaRound-Regular.ttf);
}

html * {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;

    background: #0F2027;
    background: -webkit-linear-gradient(to left, #2C5364, #203A43, #0F2027);
    background: linear-gradient(to left, #2C5364, #203A43, #0F2027);

    font-family: VarelaRound;
    color: #fff;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;

    bottom: 0;
}

#title {
    font-size: 7rem;
    margin-top: 1em;

    text-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.5);
}

#discordLogo {
    width: 2em;
    height: 2em;
    margin-top: 1em;
}

#popup {
    display: none;
    font-size: 0.75rem;
}