#content {
  width: 400px;
  height: 200px;
  font-size: 200%;
  padding-top: 1em;
  padding-left: 1em;
  background-color: black;
  color: white;
  position: absolute;
  left: 250px;
  top: 50px;
}

h2 {
  width: 10em;
  border: 3px outset black;
  background-color: lightgray;
  text-align: center;
  font-family: sans-serif;
  border-radius: 5px;
  box-shadow: 5px 5px 5px gray;
}