.content > h1, .content > h2, #page-title > h1 {
    color: #AC7F5E;
}

.content{
    margin: 64px;
}

p{
    font-size: x-large;
}

#page-title{
    display: flex;
    background-color: #F5F5F5;
    justify-content: center;
    font-size: x-large;
}
