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: #F5D76E;
}

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: #ffe794;
  background: #F5D76E;
}
