html, body{
    background-color: black;
}

.contatos-main-pag{
    padding-top: 50px;
    height: 80vh;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(189, 186, 186);
    gap: 15px;
}

.contatos-main-pag h4{
    font-size: 25px;
}

.btn a{
    text-decoration: none;
    color: black;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 40px;
    border-radius: 8px;
    transition: all 0.4s;
}

.btn a:hover{
    background-color: black;
    border: 1px solid white;
    color: rgb(255, 255, 255);
}

.btn a i{
    padding-top: 5px;
}

.whatsapp{
    margin-top: 10px;
}