body {
  font-family: serif;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: hsl(215, 40%, 95%);
}
h2 {
  color: hsl(215, 25%, 20%);
}
ul {
  margin-top: 0;
}
li {
  list-style-type: square;
  margin-bottom: 0.5em;
}
a:link {
  color: hsl(215, 40%, 30%);
  background-color: transparent;
}
a:visited {
  color: hsl(215, 20%, 30%);
  background-color: transparent;
}
#logo {
  color: hsl(215, 25%, 50%);
  position: fixed;
  left: 0;
  top: 0.5em;
  font-family: Courier, monospace;
  font-weight: bold;
}
#logo a {
  color: hsl(215, 25%, 50%);
}

#first {
  display: none;
}
#last {
  position: absolute;
  left: -10px;
  top: -150px;
  transform-origin: bottom left;
  transform: rotate(90deg);
  font-size: 150px;
  text-shadow: 1px -2px 2px hsl(215, 25%, 20%);
}
#content {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 1em;
  margin: 0 0 0 180px;
  min-height: 650px;
}
#footerLeft {
  text-align: left;
  float: left;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
#footerRight {
  text-align: right;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
#footer {
  clear: both;
  border-top: 1px solid;
  border-color: hsl(215, 25%, 50%);
  font-size: 0.75em;
}
@media (max-width: 600px) {
  #last {
    left: -10px;
    top: -75px;
    font-size: 75px;
  }
  #content {
    margin: 0 0 0 60px;
    min-height: 350px;
  }
}

