body {
  font-family: -apple-system,'Helvetica Neue','Arial','sans-serif';
  line-height: 0.6em;
  text-transform: none;
  letter-spacing: .03em;
  font-weight: normal;
  font-style: normal;
  color: black;
  -webkit-font-smoothing: antialiased;
  background: #67b4f0;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.index {
  margin-top: 16vh;
}

.index a {
  border-bottom: 1px dotted #999;
}

.index a:hover {
  color: #c1c1c1;
}

.index .logo {
  margin: auto;
  width: 400px;
  height: 400px;
  text-align: center;
  font-size: 66px;
  font-style: oblique;
  color: #67b4f0;
  background: #67b4f0;
}

.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


/*# sourceMappingURL=index.css.map*/