.container-logo {
    width: 100vw;
    height: 100vh;
    background: rgb(255, 231, 231);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.enviar {    
    cursor: pointer;
    display: block;
    width: 180px;
    height: 40px;
    color: white;
    font-size: 18px;
    background: #22989a;
    text-align: center;
    margin: 15px 0px 35px 0px;
    border-radius: 10px;
    border: 0px;
    margin: 20px auto 15px auto;
}

a {
    text-decoration: none;
}