html { 
    font-family: 'Open Sans', sans-serif;
}

h1 { 
    font-size: 30pt;
    color: rgb(163, 185, 220);
    line-height:100%
}

h2{ 
    font-size: 60pt;
    color: rgb(23, 193, 209);
    line-height: 10%;
    text-align: left;
    font-weight: bolder;
}

h3{
    text-align: left;
    color: rgb(17, 151, 163);

}

h4{ 
    color: rgb(17, 151, 163);
    font-size: 22pt;
    text-align: left;
    margin-top: 110px
}

h5{
    font-size: 18pt;
    color: rgb(120, 207, 215);
    margin-bottom: 20px;
}
body {
    background-color: rgb(238, 252, 219);
    font-size: 16pt;
    text-align: left;   
}
.adjust-line-height {
    line-height: 1em;
}

p {
    text-align: left;
    font-size: 16pt;
    line-height:  .4em;
}

footer {
    margin-top: 100px;
    font-size: 12pt;
    text-align: center;
}