€‹.pagecontent {
    padding-left: 50px;
    padding-right: 50px;
}
body {
  background-color: lightblue;
}
h1 {
    font-family: comic sans;
    font-size:80px;
    font-weight: bold;
    line-height:200%;
    color: purple;
}
li {
    font-family: comic sans;
    font-size:30px;
    font-weight: bold;
    line-height:200%;
    color: light;
}
h3 {
    font-family: comic sans;
    font-size:60px;
    font-weight: bold;
    line-height:200%;
    color: blue;
}

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