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

* {

}

body {
  font-family: 'Press Start 2P', cursive;
  background: #000;
  color: #fff;
}
