body {
  background: #531824;
  font-family: "Courier New";
  font-weight: bold;
  font-size: 20px;
  height: 100vh;
  display: flex;
}

#container {
  color: white;
  background: black;
  padding: 10px;
  max-width: 1024px;
  margin: auto;
  text-align: center;
  box-shadow: black 0px 0px 10px;
}