html {
  background-color: #ff9900;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Press Start 2P', cursive;
  color: #fff;
  display: flex;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;

}

.content {
  font-size: 48px !important;
  background-color: #ff8000;
  width: 100vw;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.content p {
  padding: 0 30px 0 30px;
}