body{
    padding: 40px;
}

body h1{
    font-family: "Montserrat", serif;
    font-size: 48px;
    color: #035B73;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

body h2{
    font-family: "Montserrat", serif;
    font-size: 36px;
    color: #035B73;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

body p{
    font-family: "Assistant", serif;
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}

body ul{
    margin-left: 20px;
    margin-bottom: 15px;
}

body ul li{
    font-family: "Assistant", serif;
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
}