body{    
    background-color: #fcdb70;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}
div#capa h1 {
    font-family: "Itim", cursive;
    font-weight: 900;
    font-style: normal;
    font-size: 4rem;
  }
h2{
    font-family: "Itim", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
h3{
    font-family: "Itim", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
p{
    margin: 0 10rem 0 10rem;
    text-align: justify;
    text-indent: 3rem;
}
ul{
    margin: 0 10rem 0 10rem;
    line-height: 1.5;
}
a{
    background-color: rgb(252, 203, 112);
    text-decoration: none;
    color: hsl(0, 1%, 37%);
}
a:hover{
    text-decoration: underline;
    color: hsla(0, 0%, 0%, 0.274);
}
div#capa{
    position: absolute;
    padding-top: 8rem;
    padding-left: 30rem;
    border-radius: 2rem;
    align-items: center;
    text-align: center; 
}
div#img1{
    position:absolute;
    display: flex;
    border-radius: 2rem;
    margin-top: 8rem;
    margin-left: 15rem;
    height: 20vh;
}
div#img2{
    position: absolute;
    display: flex;
    border-radius: 2rem;
    margin-top: 8rem;
    margin-left: 60rem;
    height: 20vh;
}
div#img3{
    position: absolute;
    display: flex;
    border-radius: 2rem;
    margin-top: 20rem;
    margin-left: 15rem;
    height: 20vh;
}
div#img4{
    position: absolute;
    display: flex;
    border-radius: 2rem;
    margin-top: 20rem;
    margin-left: 60rem;
    height: 20vh;
}
img{
    border-radius: 1rem;
}
footer{
    margin-top: 22rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}