body{
    background-image: url(Fondo2.png);
    background-position: center;
    color: aliceblue;
    
}
h1{
    margin:auto;
    padding: 5px;
    font-size: 40px ;
    text-align: center;
    border-bottom: 4px solid #F4D35E;
    border-radius: 15px;
    background-color: rgba(0,20,60,0.55)

  
}


.contenedor2{
    display: flex;
    justify-content: space-around;
    gap:30px;
    font-size: 20px;
    border-bottom: 2px solid rgb(0, 183, 255);
    
    
}

.contenedor1{
    display: flex;
    justify-content: space-around;
    gap:30px;
    border-bottom: 2px solid rgb(0, 183, 255);
    border-radius: 20px;
    
}
.parrafo0{
    width: 800px;
    margin: auto;
    margin-top: 50px;
    border-bottom: 2px solid rgb(0, 183, 255);
    font-size: 18px;
    border-radius: 15px;
    background-color: rgba(0,20,60,0.55);

    
}
.parrafo5{
    width: 30%;
    text-align: justify;
    line-height: 2;
    background-color: rgba(0,20,60,0.55);
    border-bottom:  2px solid rgb(0, 183, 255);
    border-radius: 15px;
    box-shadow: 0 0 10px #00d4ff, 0 0 20px rgba(0,212,255,0.4);
    padding: 20px;

    
}
.parrafo6{
    width: 30%;
    text-align: justify;
    line-height: 2;
    border-bottom: 2px solid rgb(0, 183, 255);
    border-radius: 15px;
    box-shadow: 0 0 10px #00d4ff, 0 0 20px rgba(0,212,255,0.4);
    padding: 20px;
    background-color: rgba(0,20,60,0.55)
}
.parrafo4{
    width: 30%;
    text-align: justify;
    line-height: 2;
    background-color: rgba(0,20,60,0.55);
    border-bottom: 2px solid rgb(0, 183, 255);
    border-radius: 15px;
    box-shadow: 0 0 10px #00d4ff, 0 0 20px rgba(0,212,255,0.4);
    padding: 20px;
}

