body{
    background-image: url("../images/c.jpg");
}
h1{
    text-align: center;
    margin:auto;
    width:30%;
    padding: 10px;
    border-style:groove;
    font-weight: bolder;
    justify-content:center;
    border-radius: 30px;
    background-color:  #a5d6a7 ;
}
#cuerpo{
    text-align: center;
    margin:50px auto;
    width:30%;
    padding: 40px;
    border-style:groove;
    font-weight: bolder;
    justify-content:center;
    background-color: #ffcdd2;
}
button{
    font-size: 15px;
    color:darkolivegreen;
    background-color:#bcaaa4;
    border:2px black solid;
       
}
button:hover{
    font-size: 15px;
    color:black;
    background-color: skyblue;
    border:2px blue dotted;
     
}
#cont{
    text-align: center;
    margin:50px auto;
    width:80%;
    padding: 40px;
    font-weight: bolder;
    justify-content: center;
}
table{
   margin:auto ;
   background-color:cadetblue;
   align-content: center;
    
}
#cabecera{
    background-color: darkcyan;    
}
#d{
    text-align: center;
    font-weight: bolder;
    justify-content: center;
}
#s{
    color: darkslategray;
     border-style:groove;
    background-color:aquamarine;
}