body{
    background: rgb(2,0,29);
    background: linear-gradient(90deg, rgba(2,0,29,1) 0%, rgba(5,115,147,0.989233193277311) 31%, rgba(224,154,0,1) 60%, rgba(255,12,0,1) 100%);
 }
.titu{
    text-align: center;
    margin-top: 70px;
}
.contenedor{
    height: auto;
    background: rgb(34,137,195);
    background: linear-gradient(0deg, rgba(34,137,195,1) 25%, rgba(196,253,45,1) 100%);
    margin: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    flex-direction: column;
}
h1{
    font-size: 50px;
}
p{
    width: 80%;
    size: 120px;
    font-size: 30px;

}

nav{
    width: 100%;
    height: 10%;
    margin-right: 9%;
    font-size: 40px;
}
nav ul{
    list-style: none;
    float: right;
}
.menu{
    background-color: #22c383;
    border-radius: 20px;
}
.menu > li{
    position: relative;
 
}
.menu > li > a{
    display: block;
    padding: 15px 200px;
    color: white;
    text-decoration: none;
}
.menu li a:hover{
    color:rgb(157, 23, 184);
    transition: all .4s;
}
.secciones{
    position: fixed;
    width: 20%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    background-color: #EA9AB2;
    border-radius: 18px;


}
.menu li:hover .secciones{
    visibility: visible;
    opacity: 1;
}
.secciones li a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}
#sopita{
    margin: 5%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   

}
#contenedor{
   
    margin: auto;
    width: 900px;
    height: 900px;
}
.caja{
    margin: 3px;
    width: 100px;
    height: 90px;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 0 5px rgb(0,0,0,3);
    border-radius: 5px;
    float: left;
    font-size: 30px;
}
.seleccionar{
    color: black;
    background-color: greenyellow;
}
h1{
    text-align: center;
}
p{
    text-align: center;

}
h3{
    color: black;
    font-size: 40px;
}
#section{
    min-height: 410px;
}
#container{
    width: 60%;
    margin: 20px auto;
    overflow: auto;
    padding: 25px;
}
input{
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .7);
    font-size: 2.5vh;
    border: 3px solid #595959;
    transition-duration: .3s;
    background-color: #F95700FF ;
    cursor: pointer;
    color: #bfc0c0;
}
Input:hover{
    color: white;
    background-color: #4f5d75;
}
#enviar{
    margin-left: 30vw;
}
#resultado{
    background-color: #EF8354;
    padding: 10px;
    max-width: 10px 0;
}
#resultado span{
    color:#000;
    font-weight: bold;
    text-align: center;
}
h9{
    font-size: 34px;
}
footer{
    width: 100%;  
    height: 7vh;
    background-color: #4f5d75;
    display: inline;
    float: left;
    text-align: center;
    font-size: 40px;
  }

