body {
  background: #232227;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(194, 194, 194);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.wrapper .content {
  text-align: center;
}
.wrapper .content a {
  color: inherit;
  text-decoration: none;
}
.wrapper .content a:hover {
  text-decoration: underline;
  color: #8121ff;
}/*# sourceMappingURL=style.css.map */