body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: scroll;
  color: white;
}

b {
  color: #F3114E;
  text-shadow: 0 2px 0px #000;

}

h1 {
  color: #F3114E;
  font-size: 120%;
  text-shadow: 0 2px 0px #000;
}
