body {
  background: url('/images/animewaterbg.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
}

#enter {
  display: grid;
  place-items: center;
  height: 100vh;
}

h1 {
  font-family: 'JIGSAW';
  letter-spacing: 3pt;
  font-size: 60pt;
  line-height: 5pt;
  -webkit-text-stroke: 0.2pt #13a1b6;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #13a1b6;
  -webkit-text-stroke: 0.2pt #fff;
}
