body {
    margin: 0%;
    text-align: center;
}

header {
    height: 80px;
    background-color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    border: 1px solid black;
    text-align: center;
    background-color: aliceblue;
    margin: 100px auto;
    width: 300px;
    padding: 40px;
    border-radius: 10%;
}

.imagemGoogle {
    height: 50px;
    width: 50px;
    
}

.imagemWhatsapp {
    height: 25px;
    width: 25px;
}

footer {
    height: 80px;
    background-color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 570px;
}

.corpo {
    background-color: red;
    color: white;
}