#cuerpo{
    border-style: solid;
    border: linear-gradient (#f3a246,#f97996);
    background: linear-gradient(100deg,#f9d610,#f8a13f,#f97909);
    border-radius: 15px;
    padding: 25px;
    text-align:justify;
    font-family:monospace;
    font-size: x-large;
    color:black;
    
}

h1{
    color: beige;
    text-shadow: 2px 3px #ecec0f;
    background: #55554d; 
    border: #d2a900;
    text-align:center;
    padding: 25px;
    font-style: normal; 
    font-size: xx-large;
    font-family:sans-serif;
    border-right: 15px;
}
