@charset "utf-8";

#top
{
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-family: 'Times New Roman',serif;
}

h2{margin:40px 0px;}

.imLogo
{
    height:60vh;
    margin-bottom:50px;
}

button
{
    transition: all ease-in-out 0.4s;
    background:#fff;
    border:1px solid #D6B469;
    border-radius:30px;
    padding:10px 20px;
    font-family: 'Geologica', sans-serif;
    letter-spacing: 2px;
    color:#D6B469;
}

button:hover
{
    transition: all ease-in-out 0.4s;
    background:#D6B469;
    color:#fff;
}