body {
  background: linear-gradient(135deg, #6573FD 0%, #3f4fe5 100%);
  overflow: hidden;
  height: 100vh;
  margin: 0;
}

img.drip {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  height: 100vh;
  mix-blend-mode: screen;
  filter: grayscale(0.5);
}

h1 {
  margin-bottom: 0;
}

h2 {
  font-weight: normal;
  font-size: 1.58rem;
  margin-top: 0;
}

* {
  font-family: "Chillax";
}

.container-center {
  z-index: 100;
  color: white;
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.container-center a {
  color: white;
  text-decoration: none;
}
.container-center img.logo {
  max-width: 200px;
}

@media (max-width: 500px) {
  .container-center {
    transform: scale(0.8) translateY(-50%);
  }
}/*# sourceMappingURL=style.css.map */