body {
    background: url('https://wallpapercave.com/wp/wp8944474.jpg') no-repeat center center / cover fixed;
    min-height: 100vh;
    cursor: url('apple_cursor.png'), auto;
    margin: 0;
    padding: 0;
    font-family: "Libre Baskerville", serif;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('twilight New Moon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 2. Apply the custom font to the h1 heading */
h1 {
    font-family: 'MyCustomFont', sans-serif;
}

h2, h3 {
     font-family: "Libre Baskerville", serif;
}

.container {
    position: relative;
    height: 920px;
    width: 1900px
}
.yapbox {
  position: absolute;
  top: 420px; 
  left: 600px; 
  width: 700px; 
  height: auto; 
  background-color: #606c38; 
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  align-items: center; 
  gap: 20px;        
  border: 5px solid #283618;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 8px;
}

.forkssign{
  position: absolute;
  bottom: -60px;
  left: 20px;
  width: auto;
  height: 400px;  
}
.faun{
  position: absolute;
  bottom: 70px;
  right: 400px;
  width: auto;
  height: 200px;  
}
.wolf{
  position: absolute;
  top: 60px;
  right: 0px;
  width: auto;
  height: 200px;  
}
.filmstrip-container {
  position: absolute;
  bottom: 240px;
  right: 20px;
  width: auto;
  height: 400px;
}

.filmstrip_bella {
  display: block;
  height: 100%;
  width: auto;
}


.rotated-text {
  position: absolute;
  left: -10px; 
  top: 0;
  white-space: nowrap; 
  transform: rotate(90deg);
  transform-origin: left top;
}
.alice-container {
  position: absolute;
  top: 20px;
  left: 250px;
  width: auto;
  height: 440px;
}

.filmstrip_alice {
  height: 100%; 
  width: auto;
}

.alice-text {
    position: absolute;
    top: 175px;
    left: 80%; 
    margin-left: 20px; 
    width: 250px; 
    
    transform-origin: top left; 
    transform: translateY(100%) rotate(-90deg); 
}
.frame-container {
  position: absolute;
  top: 260px;
  left: 20px;
  width: 200px; 
  height: 200px;
}
.secondframe-container {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px; 
  height: 200px;
}
.thirdframe {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px; 
  height: 200px;
}
.bigvideo-clip {
  position: absolute;
  top: 27px; 
  left: 5px;
  width: auto;
  height: 150px;
  object-fit: cover;
  z-index: 2; 
}

.video-clip {
  position: absolute;
  top: 27px; 
  left: 12%;
  width: auto;
  height: 150px;
  object-fit: cover;
  z-index: 2; 
}

.png-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; 
  pointer-events: none; 
}
.link-container {
  position: absolute;
  bottom: -20px; 
  left: 5px;
  z-index: 2;/
  pointer-events: auto; 
}

.bottom-link {
  color: #b0d9d5;
  text-decoration: underline;
  white-space: nowrap; /* Prevents text from breaking/wrapping */
  font-size: 10px;
}

.snow-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999; 
  pointer-events: none; /* Allows users to click elements underneath the snow */
  overflow: hidden;
}

/* Common properties for all snow layers */
.snow-layer {
  position: absolute;
  top: -100vh; 
  left: 0;
  right: 0;
  bottom: 0;
  background-image: none;
}

/* Layer 1: Large, fast foreground snowflakes */
.layer-1 {
  animation: fall-cycles 8s linear infinite;
  background-image: 
    radial-gradient(4px 4px at 15% 20%, rgba(255, 255, 255, 0.9) 50%, transparent 50%),
    radial-gradient(5px 5px at 45% 40%, rgba(255, 255, 255, 0.9) 50%, transparent 50%),
    radial-gradient(4px 4px at 75% 15%, rgba(255, 255, 255, 0.9) 50%, transparent 50%),
    radial-gradient(6px 6px at 85% 65%, rgba(255, 255, 255, 0.9) 50%, transparent 50%);
  background-size: 500px 500px;
}

/* Layer 2: Medium, mid-speed snowflakes */
.layer-2 {
  animation: fall-cycles 14s linear infinite;
  background-image: 
    radial-gradient(3px 3px at 25% 10%, rgba(255, 255, 255, 0.7) 50%, transparent 50%),
    radial-gradient(3px 3px at 55% 70%, rgba(255, 255, 255, 0.7) 50%, transparent 50%),
    radial-gradient(2px 2px at 35% 80%, rgba(255, 255, 255, 0.7) 50%, transparent 50%),
    radial-gradient(3px 3px at 90% 30%, rgba(255, 255, 255, 0.7) 50%, transparent 50%);
  background-size: 400px 400px;
}

/* Layer 3: Tiny, slow background drift */
.layer-3 {
  animation: fall-cycles 22s linear infinite;
  background-image: 
    radial-gradient(1.5px 1.5px at 10% 50%, rgba(255, 255, 255, 0.5) 50%, transparent 50%),
    radial-gradient(2px 2px at 60% 25%, rgba(255, 255, 255, 0.5) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 80% 90%, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  background-size: 300px 300px;
}

/* Falling keyframe animation loop */
@keyframes fall-cycles {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(100vh); /* Seamlessly transitions downwards across the viewport */
  }
}

/* Accessibility: Disable animation for users with motion sensitivities */
@media (prefers-reduced-motion: reduce) {
  .snow-layer {
    animation: none !important;
  }
}

.quote-container {
  position: absolute;
  top: 490px;
  left: 20px;
  background-color: #b0d9d5;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  max-width: 200px;
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 5px solid #5a9e98;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.quote-text {
  font-size: 10px;
  font-weight: 600;
  color: #2d3436;
  line-height: 14px;
  text-align: center;
}

.quote-author {
  font-size: 10px;
  font-style: italic;
  color: #636e72;
  text-align: center;
}

.btn {
  font-family: inherit;
  background-color: #5a9e98;
  color: #ffffff;
  border: none;
  padding: 5px 28px;
  font-size: 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  margin: 0 auto;
}

.btn:hover {
  background-color: #2f5451;
}

.btn:active {
  transform: scale(0.98);
}

