/**
* SassQueries
* Manage media-queries in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.3
*/
.site-main {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  max-height: 100vh;
  overflow: hidden;
}
.site-main > img {
  position: absolute;
  z-index: -1;
  mix-blend-mode: color-dodge;
  top: 4vh;
  left: 1.6vw;
}

.error-404.not-found {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  background-image: url("../img/Planet-SVG.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: normal;
  display: flex;
  flex-direction: column;
  gap: 159px;
  text-align: center;
}

.page-title {
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
  margin-top: 4vw;
  font-size: 3.8vw;
}

.page-content {
  font-family: "sofia-pro", sans-serif;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}
.page-content p {
  font-size: 2.6vw;
  line-height: 1.2;
  color: #21E273;
  font-weight: 700;
}

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