#cuerpo{
      background-image:url("../images/fondo.jpg");
}
h1{
    color: white;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    background: #812a8f;
    margin : 15px;
    font-family:serif;
    text-align:center;
    border-radius: 20px;
   border-bottom: black 4px ridge; 
    border-right: black 4px ridge;  
}
h3 {
    width: 300px;
    color: #020d35;
    font-family:serif;
    text-align:center;
    font-family:serif;
    background:#dbf8fc;
   margin-left: 550px;
    margin-right: 550px;
    padding: 5px;
    border-bottom: black 4px ridge; 
    border-right: black 4px ridge; 
}
p {
    width: auto;
    border-radius: 15px;
    font-size: 18px;
    font-style:normal;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    color:#020d35;
    font-family:serif;
    text-align:justify;
    background:   white;
    border: purple 1px solid;
}

