body.apocryphon {

  
  background-color: #07070a;
  background-image: url("./EDEN.png");
  background-repeat: no-repeat;       
  background-size: cover;
  background-position: center;
  background-attachment: fixed;  
  

  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px;

  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.7;
}
@media (max-width: 900px) {
  body.apocryphon {
    background-attachment: scroll;
    background-size: cover; 
  }
}

body.apocryphon h1,
body.apocryphon h2,
body.apocryphon h3 {
  font-family: "VT323", monospace;
  letter-spacing: 0.5px;
  color: red !important;
}

body.apocryphon h1 {
  font-size: 64px;
  margin-bottom: 6px;
}

body.apocryphon h2 {
  font-size: 34px;
  margin-top: 40px;
  margin-bottom: 12px;
}

body.apocryphon a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid rgba(255,255,255,0.35);
}

body.apocryphon a:hover {
  border-bottom-color: rgba(255,255,255,0.9);
}

body.apocryphon .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;

  outline: 2px solid rgba(255,255,255,0.18);
  box-shadow: 0 0 0 6px rgba(0,0,0,0.25);
}

body.apocryphon .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Mobile */
@media (max-width: 800px) {
  body.apocryphon {
    padding: 28px 14px;
  }

  body.apocryphon h1 {
    font-size: 46px;
  }

  body.apocryphon h2 {
    font-size: 26px;
  }

  body.apocryphon .gallery {
    grid-template-columns: 1fr;
  }

  body.apocryphon {
    background-image: none;
    background-color: cyan !important;
  }
  
  
}
