body{
    font-family: Helvetica, sans-serif;
    background-color:#803f6a;
    padding:0;
    margin:0;
    font-size:10px;
}
.wrapper{
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wrapper img{
    max-width:300px;
    height:auto;

    box-shadow: 10px 10px 0px 0px #5a2e4a63;
    display: block;
    margin-bottom:60px;
}

a, a:visited, a:link{
   
    color:rgba(255, 255, 255, 0.55);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    transition: color 0.5s ease-in-out;
}
a:hover{
    color:rgba(255, 255, 255, 0.85);
}