body{
    background-image: url("/portafolio/img/fondobosque.jpg");
    background-size: cover;
    display: flex;
    flex-direction: row;
}
header{
    background-color: #2C2914;
    height: 92vh;
    width: 35vw;
    padding: 2vw;
    margin-left: -1vw;
    margin-top: -1vw;
    margin-bottom: -1vw;
    display: flex;
    flex-direction: column;
}
div{
    display: flex;
    flex-direction: column;
    margin-left: 4.5vw;
    margin-right: 4.5vw;
    margin-top: 6vh;
    margin-bottom: 4vh;
    align-items: center;
    background-color: #2c291470;
    border-radius: 1.5vw;
}
.div1{display: flex;
    flex-direction:row;
    margin-bottom: -1vw;
    background-color: transparent;
}
button{
    background-color: #6A561A;
    color: #2C2914;
    border: solid 0.5vw;
    border-radius: 1.5vw;
    padding: 1vw;
    margin: 3vh;
    width: 20vw;
    height: 30vh;
}
a{
    text-decoration: none;
}
h1{
    color: #6A561A;
    font-size: 5vw;
    margin-top: 3vw;
    margin-bottom: 2vw;
    text-align: center;
}
h2{
    display: flex;
    flex-direction: column;
    color: #6A561A;
    font-size: 4vw;
    margin-top: 0;
    text-align: center;
}
h3{
    color: #FAF1B1;
    font-size: 3vw;
    margin-top: 3vh;
}
.contraste{
    color: #FAF1B1;
    margin: 0;
}