div#content {
  width: 75%;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  text-align: center;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  display: inline-block;
  min-width: 300px;
  max-width: 600px;
  font-size: 27px;
  color: #ff9900;
}

div#wrapper {
  text-align: center;
  height: 100%;
}

@media screen and (min-resolution: 150dpi) and (orientation: landscape) {
  div#content { font-size: 40px; }
}

@media screen and (min-resolution: 150dpi) and (orientation: portrait) {
  div#content { font-size: 66px; }
}

