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

h1 {
    font-family: courier;
    font-size:80px;
    font-weight: bold;
    line-height:200%;
    color: purple;
}
body {
  background-color: lightblue;
}
h2 {
    font-family: courier;
    font-size:60px;
    font-weight: bold;
    line-height:200%;
    color: #0748ba;
}

p {
    font-family: courier;
    font-size:40px;
    line-height:200%;
    color: purple;
}


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