body {
    background-color:#f79f98;
    color:aliceblue;
    font-family:serif
}
.cabecalho{
    margin:auto;
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
    width: 400px;
    height: 75px;
    border: 15px outset #810b47;
    background-color: #fef0fe;
    color: #810b47;
    text-align: center;
    font-size: 20px; 
}
.menu{
    border: 15px outset #810b47;
    border-radius: 25px;
    background-color: #fef0fe;
    color: #810b47;
    padding: 2px 2px;
    font-size: 10px; 
}
.corpo{
    border: 15px outset #810b47;
    border-radius: 25px;
    background-color: #fef0fe;
    color: #810b47;
    padding: 14px 16px;
    font-size: 20px; 
}
.conecta{
    border: 5px outset #810b47;
    border-radius: 25px;
    background-color: #fef0fe;
    width: 400px;
    height: 75px;
    color: #810b47;
    
    font-size: 30px; 
}