* {
    margin: 0;
    padding: 0;
}


main {
    display: flex;
    width: 100vw;
    height: 100vh;
    max-width: 100vW;
    max-height: 100vh;

    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section#logo{
    text-align: center;
}

section#logo img{
    max-width: 90%;
    margin: 0px auto;
}

section.contact{

}

section.contact a,section.contact a:visited,a:active{
    color: #666;
    text-decoration: none;
    font-weight: 100;
    font-size: 1rem;
    letter-spacing: 2px;
    font-family: "klavika-web-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    transition: all 0.5s ease;
}

section.contact a:hover{
    color: #e21e1e;
}