body {
  background: black;
  color: grey;
  font-family: Verdana;
}
.title {
  position: absolute;
  left: 50%;
  font-size:1.5vh;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.spotlight {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}