@font-face {
    font-family: Frisans;
    src: url(Frisans\ Std\ Black.woff);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: black;
    color: white;
    font-family: Frisans;
    font-size: 20px;
}

a {
    color: white;
}

footer {
    margin: 20px 0;
}

footer p {
    font-size: 10px;
    color: white;
    text-align: center;
}