@font-face {
    font-family: 'AmaticSC';
    src: url(static/52a2be314dbeb964a0c3.ttf);
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

section {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}

h1 {
    font-family: 'AmaticSC';
    font-size: 64px;
    color: #999;
    margin-bottom: 16px;

}

p, a {
    padding-top: 32px;
}

a {
    text-decoration: none;
    color: black;

    transition: color 300ms ease-in-out;
}

a:hover {
    color: olive;
}


/*# sourceMappingURL=index.css.map*/