html {
  height: 100%;
}

body {
  background: grey;
  color: white;
  font-family: Helvetica, sans-serif;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.second {
  color: bisque;
}
