body {
 margin: 0;
 background-color: #ed9c1d;
 font-family: sans-serif;
}

#game {
  text-decoration:none;
  list-style-type: none;
}
#game h3 {
  text-align: left;
  
}

#footer {
  color: white;
  font-family: sans-serif;
  background-color: #FFA800;
  text-align: center;
  padding: 10px;
}