body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section{
    width: 100%;
    height: 100vh;
    background: #121A23;
}

img{
    width: 270px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    translate: 0px 50vh;
}

.MailClass{
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    translate: 0px 58.5vh;
    color: white;
    font-family: system-ui;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    img {
        width: 290px;
    }    
}