* { 
    box-sizing: border-box;
}
body
{
    margin: 0;
    padding: 0;
    background-color: rgb(50, 168, 70)
}
.caja1 {

    background-color: rgb(248, 9, 9);
    height: 10vh;
    justify-content: center;
  }
  h6{font-family: "Miltonian Tattoo", serif;
 font-size: 60px;}
  h5{font-family: "Miltonian Tattoo", serif;
font-size: 60px;}
  h4{font-family: "Miltonian Tattoo", serif;
font-size: 60px;}
  h3{font-family: "Miltonian Tattoo", serif; 
    font-size: 60px;}
  h2{font-family: "Miltonian Tattoo", serif;
    font-size: 100px;
  }

.caja2 {
    display: flex;
    height: 20vh;
    text-align: left;
    justify-content: center;

}

.caja3 { margin-left: 250px ;
    margin-left: 30%; 


}

.caja4 {
    background-color: rgb(0, 238, 255);
    height: 40vh;
    width: 70vh;
    margin-right: 50%;
}

.caja5 {
    height: 40vh;
    margin-top: 5%;
    margin-left: 10%;
}
.video1{
    margin-left: 10%;
    margin-top: 5%;
    height: 40vh;
}
.caja6 {
    height: 40vh;
    margin-left: 10%;
    margin-top: 5%;

}

.caja7 {
    background-color: rgb(0, 255, 42);
    height: 30vh;
}
.caja8 {
    background-color: rgb(255, 8, 0);
    height: 30vh;
}
.caja9 {
    background-color: rgb(18, 19, 18);
    height: 30vh;
}
.caja10 {
    display: inline;
    height: 120px;
    width: 100px;
    justify-content: center;
}

.cajaPadre {
    display: flex;
    justify-content: flex-start;
    background-color: pink;

    height: 80vh;
}