body{
    background-color: rgb(226, 226, 196);
}
h1{
    text-align: center;
    
}
h2{
    
    color: rgb(0, 0, 0);
    margin-top: 250px;
    margin-left: 250px;
    font-weight: 500;
}
.pagina1{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
header{
    background-color: rgb(209, 198, 134);
    height: 250px;
}
.pagina2{
    margin-top: 100px;
    font-size: 20px;
}
.pagina3{
    margin-top:150px;
    display:block;
}
.image img{
    display: flex;
    justify-content: space-around;
    width: 80%;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    height: 80%;
    object-fit: cover;
    margin-bottom: 30px;

}
ul{
    display: flex;
    list-style-type: none;
    margin-left: 750px;
    
}
.copyright{
    color: rgba(0, 0, 0, 0.911);
    font-size: 13px;
    margin: 10px;
}
footer{
    text-align: center;
    background-color: aquamarine;
    padding: 2px 0;
}
.container{
    display: flex;
    margin-top: 250px;
    margin-left: 36px;
    
}
#vaca{
    margin-left: 20px;
    margin-top: 65px;
}
h3{
    text-align: center;
    font-weight: 500;
    
}
p{
    text-align: center;
}
h4{
    margin-left: 1500px;
    font-size: large;
    font-weight: 500;
}
h3{
    font-size: large;
    font-weight: 500;
}
