body{
    font-family:Montserrat;
    font-size:16px;
    font-weight:400;
    line-height:1.8;
    color:#2e2e2e;
    background-color:#faf9f7;
    padding:20px;
}
h1{
    font-family:Playfairdisplay;
    font-size:30px;
    font-weight:600;
    line-height:1.2;
    color:#2e2e2e;
    text-align:center;
    padding:2px 5px;
    display:inline-block;
}
image-container{
    display: flex;
    justify-content: center;
}
h2{
    font-family:playfairdisplay;
    font-size:20px;
    font-weight:600;
}
p{
    font-size:18px;
    color:#666;
    line-height:1.9;
}
ol{
    font-size:18px;
    color:#666;
    line-height:1.9;
}
ul{
    font-size:18px;
    color:#666;
    line-height:1.9;
}
