

/* STYLES */

body{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
    background-color: #fafafa;
    flex-direction: column;
    font-family: "IM Fell Great Primer", serif;
    font-weight: 400;
    font-style: normal;
}

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

.logo{
    max-width: 180px;
}
