.consideracoes{
    text-align: center;
    background:var(--color-background) ;
    margin: 32px 64px 0px 64px;
    padding: 32px;
    box-shadow: 2px 2px 4px rgba(16, 16, 16, 0.42);
    border-radius: 20px; 
}

#hello{
    font-size: 32px;
    text-align: center;
}

#msg{
    text-align: center;
    font-size: 16px;
    opacity: 0.6;
}

#emailContato{
    width: 250px;
    height: 35px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 90px;
    background: #c2c2c2;
    
    cursor: pointer;
}

.icon{
    padding-left: 10px;
    padding-right: 5px;
    width: 20px;
    height: 20px;
}

#btnContatos{
    width: 450px;
    height: 50px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns{
    width: 150px;
    height: 30px;
    margin: 20px;
    text-align: center;
    background: var(--primary-color);
    color: var(--color-text-light);
    border: none;
    border-radius: 20px;
    cursor: pointer;
    opacity: 0.7;
}

.btns:hover{
    opacity: 1.0;
}