body {
    margin: 0;
    padding: 0;
    font-family: Garamond;
}

.box1up {
    background-color: #8C7B75;
    color: white;
    font-size: 150%;
    display: flex;
    justify-content: center;
    height: 70px;
    flex-direction: row-reverse;
    align-items: center;
}

.box1middle {
    background-color: #BCAAA4;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: row;
} 

.box1down {
    background-color: #8C7B75;
    color: white;
    display: flex;
    justify-content: center;
    height: 70px;
    flex-direction: row-reverse;
    align-items: center;
}

.box2up {
    background-color: #BCAAA4;
    height: 400px;
    width: 35%;
    display: flex;
    flex-direction: column;
}

.box2middle {
    background-color: #EFDCD5;
    height: 400px;
    width: 30%;
    display: flex;
    flex-direction: column;
}

.box2down {
    background-color: #BCAAA4;
    height: 400px;
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.box4up {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}


.box3up {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.box3down {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50%;
}

.box {
    border: 1px solid black;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img {
    height: 180px;
    border: 1px solid #8C7B75;
    padding: 5px;
    border-radius: 10%;
    margin-top: 20px;
}