@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');

body {
  background: #3b3629;
  color: #ffbf00;
  font-family: 'Press Start 2P', cursive;
}

h1 {
  text-align: center;
  padding: 2em;
}
}
