body {
  background: black;
  color: #38e0ff;
  font-family: "Verdana", Geneva, sans-serif;
}
.container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 150px;
  margin: auto auto;
  padding: 0 0;
}
.container p {
  font-size: 40px;
  margin: -20 auto 0 auto;
  text-align: center;
}
.dot {
  margin-left: -18;
  margin-right: 3;
}

