html{
    border: 1px solid black;
    margin: 0;
    padding: 0;
    background: rgb(244, 244, 226);
}

#cabecera {
    text-align: left;
    background: rgb(243, 118, 118);
    font-size: 20px;
    font-family: 'sans-serif';
    padding-bottom: 15px;
}

#cuerpos {
    text-align: center;
    background: greenyellow;
    font-size: 40px;
    font-family: 'Franklin Gothic Medium';
    padding-bottom: 25px;
}

#adios {
    text-align: right;
    color: burlywood;
    background: rgb(47, 161, 255);
    font-size: 20px;
    font-family: 'Courier New';
    font-style: italic;
    padding-bottom: 10px;
}