body{
  background: black;
  color: white;
  font-family: 'Open Sans', sans-serif;
  margin: 0 20px
}

h1 {
  text-align: center;
  font-weight: bold;
}

  #pagetitle{
  font-family: 'Oswald', sans-serif;
}

h5 {
 color: black;
  size: 12pt;
  text-align: right;
  margin-right: 20px
}
#userGuess{
  background: black;
  color: white
}