
.pagecontent {
    padding-left: 50px;
    padding-right: 50px;
}

h1 {
    font-family: oswald ms;
    font-size:50px;
    font-weight: bold;
    line-height:200%;
    color: red;
}

h2 {
    font-family: Quicksand;
    font-size:30px;
    font-weight: bold;
    line-height:200%;
    color: green;
}

p {
    font-family: Quicksand;
    font-size:20px;
    line-height:200%;
    color: orange;
}


li {
    font-family: Quicksand;
    font-size:20px;
    line-height:200%;
    color: blue;
}
