html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  border: 0;
  padding: 0;
  background: #000000;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

#canvas {
  min-height: 100vh;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 20px;
}

.lamp-container {
  text-align: center;
  padding: 20px 0;
}

.lamp-image {
  width: 150px;
  height: auto;
  opacity: 0.8;
}

.story-content {
  position: relative;
  z-index: 10;
  padding: 40px 20px;
}

.story-line {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.story-line.spacer {
  height: 40px;
  margin: 0;
}

.story-line.title {
  font-size: 48px;
  margin: 60px 0;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 4px 4px 8px rgba(255, 255, 255, 0.3);
}

.title-haha {
  font-size: 120px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-shadow: 
    0 0 20px #ffffff,
    0 0 40px #ffffff,
    0 0 60px #ffffff,
    4px 4px 8px rgba(0, 0, 0, 0.8) !important;
  margin: 80px 0 !important;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 1 !important;
}

.final-just-kidding {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #ff0000 !important;
  text-shadow: 
    0 0 20px #ff0000,
    0 0 40px #ff0000,
    0 0 60px #ff0000,
    4px 4px 8px rgba(0, 0, 0, 0.8) !important;
  margin: 20px 0 !important;
  letter-spacing: 1px;
  line-height: 1.6 !important;
}

.haha-text {
  font-size: 120px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-shadow: 
    0 0 20px #ffffff,
    0 0 40px #ffffff,
    0 0 60px #ffffff,
    4px 4px 8px rgba(0, 0, 0, 0.8) !important;
  margin: 80px 0 !important;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 1 !important;
}





.splotch {
  position: fixed;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 800px;
  height: auto;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.splotch.triggered {
  opacity: 0.9 !important;
  transform: translate(-50%, -50%) scale(2.5);
}

#red {
  filter: brightness(0) invert(1);
}

#blue {
  filter: brightness(0) invert(1);
}

#yellow {
  filter: brightness(0) invert(1);
}

#pink {
  filter: brightness(0) invert(1);
}

#black {
  filter: brightness(0) invert(1);
}

/* Responsive design */
@media (max-width: 768px) {
  .story-line {
    font-size: 16px;
    margin: 15px 0;
  }
  
  .haha-text, .title-haha {
    font-size: 80px !important;
    margin: 60px 0 !important;
    letter-spacing: 4px;
  }
  
  .story-line.title {
    font-size: 36px;
    margin: 40px 0;
  }
  
  .splotch {
    width: 600px;
  }
}

@media (max-width: 480px) {
  .haha-text, .title-haha {
    font-size: 60px !important;
    margin: 40px 0 !important;
    letter-spacing: 2px;
  }
  
  .story-line.title {
    font-size: 28px;
  }
  
  .splotch {
    width: 400px;
  }
}
