@import url(https://fonts.googleapis.com/css?family=Bungee);
#simonroot {
  height: 100%;
  box-sizing: border-box;
}

#simonroot {
  margin: 0;
  padding: 0;
  font-family: 'Bungee', sans-serif;
  background-color: #1B1A1A;
  color: white;
}

#simonroot h2 {
  font-size: 32px;
}
