h1{
    text-align: center;
    font-size: 40px;
    border-radius: 15px;
    border-bottom: 4px solid #F4D35E;
    color: aliceblue;
    background-color: rgba(0,20,60,0.55);

}
body{
    background-image: url(Fondo1.png);
    background-position: center top -100px;
    
}
h2{
    font-size: 25px;  
    text-align: center;
    border-bottom:2px solid rgb(0, 183, 255);
    border-radius: 15px;
    background-color: rgba(0,20,60,0.55);
    color: aliceblue;
    margin: auto;
    width: 200px;
    display: block;
    
}
   
h3{
    font-size: 25px;
    text-align: center;
    border-bottom:2px solid rgb(0, 183, 255);
    border-radius: 15px;
    background-color: rgba(0,20,60,0.55);
    color: aliceblue;
     margin: auto;
    width: 200px;
    display: block;
}
h4{
    font-size:  25px;
    text-align: center;
    border-bottom:2px solid rgb(0, 183, 255);
    border-radius: 15px;
    background-color: rgba(0,20,60,0.55);
    color: aliceblue;
     margin: auto;
    width: 200px;
}
.parrafo1{
    color: aliceblue;
    font-weight: 700;
    border-bottom: 2PX solid rgb(0, 183, 255);
    border-radius: 15px;
    background-color: rgba(0,20,60,0.55);
     margin: auto;
    width: 500px;
}
.parrafo2{
    color: aliceblue;
   border-bottom:2px solid rgb(0, 183, 255);
   border-radius: 15px;
   background-color: rgba(0,20,60,0.55);
    margin: auto;
    width: 500px;
}
.parrafo3{
    color:aliceblue;
    background-color: rgba(0,20,60,0.55);
    border-radius: 15px;
    border-bottom: 2px solid rgb(0, 183, 255);
     margin: auto;
    width: 500px;
   
}
ul{
   color: aliceblue;
   border-bottom: 10spx solid rgb(0, 183, 255);
   background-image: url(Fondo2.png);
   background-position: top;
   background-color: rgba(0,20,60,0.55);
   text-align: center;
   
}
div{
    display: block;
    margin: 20px;
}