.center {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
  width: 100%;
}
.ad {
  font-family: 'Courier', monospace;
  color: #2d3e50;
}
