body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
  transition-duration: 100ms;
}
a:hover {
  opacity: 1;
}

.copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.75rem;
  padding: 1rem;
}

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