body {
    background-color: black;
}
  background-repeat: repeat-y repeat-x;
}

li {
    background-color: black;
}
li {
    font-family: Comic Sans MS;
    color: red;
}
h3 {
    font-family: Times;
    color: red;
h1 {
    font-family: Comic Sans MS;
    color: White;
} 
}
div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  border: 3px solid #73AD21;
}