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

h1 {
    font-family: serifs;
    font-size:50px;
    font-weight: bold;
    line-height:200%;
    color: blue;
}

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

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


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

body{
  background-color: lightblue;
}

#muffin{
  float:right;
}

#blue{
  float:right;
}