
#page{
    padding:50px 0
}
#page h1 {
    font-family: 'Futura Std Condensed';
    color: #095146;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

#page .text {
    font-size: 1rem;
    margin-top: 30px;
    line-height: 1.5rem;
    text-align:justify
}
#page .text p{
    line-height: 1.5rem;
}
#page .text p,#page .text ul,#page .text ol,#page .text table{
    margin-top: 15px;
}
#page .text a{
    color:#000;
}
table, th, td {
  border: 1px solid black;
}
.sectionTitle{
    scroll-margin-top: 100px;
}
#page .text h2{
    font-family: 'Futura Std Condensed';
    color: #095146;
    font-weight: 700;
    font-size: 1.75rem;
    margin-top: 30px;
}
#page .text h3{
    font-family: 'Futura Std Condensed';
    color: #095146;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 30px;
}