* {
  background-color: black;
  color: white;
  font-family: Times, Times New Roman, serif;
  font-size: 1.3em;
}

h2 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-variant: small-caps;
  line-height: 30px;
  border: 5px double #FFFFFF;
  padding:10px;
  border-radius: 2px;
}
