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

#page-title > h1{
    color: #AC7F5E;
    align-self: center;
    font-size: 50px;
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.content > h2{
    font-size: 35px;
}

li{
    font-size: x-large;
}