
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Geist:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    height: 100vh;
    font-family: geist;
}

h1 {
    font-size: 1.5rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

a {
    display: inline-block;
    margin-top: 1rem    ;
    text-decoration: none;
}