.corpo {
    background: #ffffff; /*Tema ----------------------------------------*/
    display: flex; flex-direction: column; align-items: center;
    border: 1px solid #4A86E5; border-radius: 5px;
    height: auto; width: auto; overflow: hidden;
    box-shadow: 0.3rem 0.3rem 0.3rem #000;
}
a { color: #4A86E5; }
