body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

img {
  filter: drop-shadow(0 0 200px #a548fe) drop-shadow(0 0 100px #2db1da33);
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  margin: 1rem 0 0.5rem 0;
}

p {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}

a {
  text-decoration: none;
  color: #fff;
  margin-top: 1rem;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition-duration: 200ms;
  font-size: 14px;
}

a:hover {
  background-color: #fff;
  color: #121212;
}
