body {
  background-color: gray;
}

#question-box {
  transform: rotate(45deg);
  width: 100px;
  height: 100px;
  border: 2px solid black;
  background-color: orange;

  line-height: 100px;

  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 60pt;

  color: white;

  text-align: center;
  box-shadow: inset black 0px 0px 4px 0px
}
