body {
  background-color: black; /* Change 'green' to any color you desire */
}

#console-container {
  text-align: center;
}

/* Uses viewport height for width and height to maintain aspect ratio */
#console-image {
  width: 45vh;
  height: 90vh;
}

#play-button {
  display: block;
  margin: auto;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-family: monospace;
  cursor: pointer;
  background-color: darkgray;
}
