body {
  background-color: #000435;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  display: flex;
  overflow: hidden;
}

main {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

h1 {
  font-family: Playfair Display, serif;
  font-weight: 900;
}

.title {
  text-align: center;
  font-size: 3rem;
}

.title span {
  color: #0000;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 6px #0000004d;
  background: linear-gradient(to right, #f39, #39f) text;
}

@media (width <= 480px) {
  .title {
    font-size: 2rem;
  }
}

@media (width >= 768px) {
  .title {
    font-size: 4rem;
  }
}

@media (width >= 1024px) {
  .title {
    font-size: 5rem;
  }
}

@media (width >= 1440px) {
  .title {
    font-size: 6rem;
  }
}

@media (width >= 1920px) {
  .title {
    font-size: 7rem;
  }
}
/*# sourceMappingURL=mathyart.com.2cfd0b9c.css.map */
