*{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    height: 100px;
    background-color: #7C83FD;
    margin-left: 0px;
    text-align: center;
    color: whitesmoke;
    margin: 10px;
    padding: 30px;
}

.h1{
    font-family: 'Lobster', cursive;
    font-size: 80px;
    position: relative;
    top: -30px;
}

.imagen1 {
    width: 90px;
    height: 70px;
    position: absolute;
    top: 25px;
    left: 30px;
    

}

.imagen2 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
}




nav{
    float: left;
    width: 15%;
    height: 1500px;
    background-color: #96BAFF;
    margin: 0px;
    padding: 20px;
    text-align: center;
    font-family: 'Lobster', cursive;
}

nav li a{
    background-color: #94DAFF;
    color: whitesmoke;
    margin: 0px;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

nav li a:hover{
    background-color:#FFDF6B;
}

nav > li {
    float: left;
}

nav li ul {
    display: none;
    position: absolute;
    min-width: 140px;
}

nav li:hover > ul{
    display: block;
}

nav li ul li{
    position:relative;
}

nav li ul li ul{
    left: 140px;
    top: 0px;
    min-width: 300px;
}

ul{
    list-style-type: none;

}

article{
    background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
    float: left;
    width: 85%;
    height: 1500px;
    text-align:center;
}

.h2{
    color: black;
    text-align: center;
    font-family: 'Lobster', cursive;
    font-size: 50px;
}

.h3{
    color: black;
    font-family: 'Lobster', cursive;
    font-size: 50px;
    text-align: left;
    margin-left: 80px;
}

.h31{
    color: black;
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    float: left;
    margin-left: 80px;

}

.imagen8 {
    width: 100px;
    height: 100px;
    position:absolute;
    top:370px;
    left: 280px;
}

.imagen9 {
    width: 70px;
    height: 70px;
    position:absolute;
    top:390px;
    left: 400px;
}

.imagen10 {
    width: 90px;
    height: 70px;
    position:absolute;
    top:390px;
    left: 510px;
}

.h4{
    color: black;
    font-family: 'Lobster', cursive;
    font-size: 50px;
    text-align: left;
    margin-left: 80px;
}

.h41{
    color: black;
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    float: left;
    margin-left: 80px;

}

.imagen11 {
    width: 100px;
    height: 100px;
    position:absolute;
    top:620px;
    left: 280px;
}

.imagen12 {
    width: 70px;
    height: 70px;
    position:absolute;
    top:640px;
    left: 400px;
}

.imagen13 {
    width: 90px;
    height: 70px;
    position:absolute;
    top:640px;
    left: 510px;
}

.h5{
    color: black;
    font-family: 'Lobster', cursive;
    font-size: 50px;
    text-align: left;
    margin-left: 80px;
}

.h51{
    color: black;
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    float: left;
    margin-left: 80px;

}

.imagen14 {
    width: 100px;
    height: 100px;
    position:absolute;
    top:870px;
    left: 280px;
}

.imagen15 {
    width: 70px;
    height: 70px;
    position:absolute;
    top:890px;
    left: 400px;
}

.imagen16 {
    width: 90px;
    height: 70px;
    position:absolute;
    top:890px;
    left: 510px;
}

.h6{
    color: black;
    font-family: 'Lobster', cursive;
    font-size: 50px;
    text-align: left;
    margin-left: 80px;
}

.h61{
    color: black;
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    float: left;
    margin-left: 80px;

}

.imagen17 {
    width: 100px;
    height: 100px;
    position:absolute;
    top:1120px;
    left: 280px;
}

.imagen18 {
    width: 70px;
    height: 70px;
    position:absolute;
    top:1140px;
    left: 400px;
}

.imagen19 {
    width: 90px;
    height: 70px;
    position:absolute;
    top:1140px;
    left: 510px;
}

.h7{
    color: black;
    font-family: 'Lobster', cursive;
    font-size: 50px;
    float: left;
    margin-left: 80px;
}

.h71{
    color: black;
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    float: left;
    margin-left: 80px;

}

.imagen20 {
    width: 100px;
    height: 100px;
    position:absolute;
    top:1370px;
    left: 280px;
}

.imagen21 {
    width: 70px;
    height: 70px;
    position:absolute;
    top:1390px;
    left: 400px;
}

.imagen22 {
    width: 90px;
    height: 70px;
    position:absolute;
    top:1390px;
    left: 510px;
}

.caja{
    background-color: #FFDF6B;
    width: 200px;
    height: 60px;
    position: relative;
    left: 550px;
    border-radius: 1em;
}

.h8{
    color: black;
    font-family: 'Indie Flower', cursive;
    font-size: 20px;
}


footer {
    float: left;     
    width: 1512px;
    height: 100px;
    background-color: #94DAFF;
    text-align: center;
}

.imagen3 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-840px;
    left: 30px;
}

.imagen4 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-840px;
    left: 130px;
}

.imagen5 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-840px;
    left: 230px;
}

.imagen6 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-840px;
    left: 330px;
}

.imagen7 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-840px;
    left: 430px;
}