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

@font-face {
    font-family: Impacted;
    src: url(../fonts/Impacted2.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-VariableFont_wdth\,wght.ttf);
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    background-color: black;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Roboto;
}

header {
    padding: 10px;
}

footer {
    display: flex;
    justify-content: center;
    padding: 10px;
}

a {
    color: white;
    text-decoration: none;
}