body {
  margin: 0;
  background: #f4f4f4;
}

.frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frame .content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family:Georgia, 'Times New Roman', Times, serif;
  color: #222;
}

.content a{
    color: darkslategray;
}