body{
    background-image: url("/portafolio/img/fondobosque.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #2C2914;
    width: 100.56vw;
    height: 30vh;
    margin: -1.5vh;
}
div{
    display: flex;
    flex-direction: row;
    margin-top: 4.5vh;
    margin-bottom: 4.5vh;
}
article{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0.6vw;
    margin-top: 0;
    background-color: #2c291470;
    border: solid 0.5vw;
    border-color: #2C2914;
    border-radius: 2vw;
}
h1{
    font-size: 5vw;
    color: #6A561A;
}
h2{
    color: #6A561A;
    font-size: 2vw;
}
p{
    color: #6A561A;
    font-size: 1.5vw;
}
footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #2C2914;
    width: 100vw;
    height: 10vh;
    margin: -1.5vh;
}