@media screen and (max-width: 950px) {
    .cuerpo .principal {
        width: 90%;
    }
    .cuerpo .bienvenida {
        width: 80%;
    }
    .cuerpo button {
        width: 25%;
        font-size: 100%;
    }
}