* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:hover {
  text-decoration: none;
}

body {
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: "Raleway", sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .content {
  text-align: center;
}
body .content img {
  max-width: 300px;
}
body .content p,
body .content a {
  color: black;
  font-weight: 400;
}
body .content p {
  margin-top: 3rem;
}
body .content a:hover {
  font-weight: 700;
  text-decoration: underline;
}

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