body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  display: flex;
  justify-content: center;
  height: 100vh;
  background-color: #15171D;
  background-repeat: no-repeat;
  background-size: cover;
  
  
}

h1 {
  color: #F0A244;
}

h2 {
  color:#F0A244;
  font-family: 'Courier New', Courier, monospace;
  font-size: 20px;}

.box {
  width: 1000px;
}