body{
    background-color: #f2d1b5;
}

h1{
    border: 4px solid transparent;
    width: fit-content;
    background-color: #9f3434;
    margin: auto;
    margin-top: 24px;
    padding: 8px;
}

section{
    border: 4px solid #e1b486;
    width: fit-content;
    margin: auto;
    margin-top: 32px;
    padding: 16px;
    background-color: #8d7051;
}

p{
    display: inline-block;
}

div{
    border: 2px solid transparent;
    width: fit-content;
    display: inline-block;
    margin: auto;
}

h2{
    border: 4px solid transparent;
    width: fit-content;
    margin: auto;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px;
    background-color: #8d7051;
}

#gallery, #gallery section{
    border: 4px solid transparent;
    background-color: #331d1d;
    width: fit-content;
    margin: auto;
}



