html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1;
}

.typing-text {
  font-family: monospace;
  font-size: 20px;
  fill: #00ff00;
  max-width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.typed-text {
  background-color: #000000;
  border: 4px solid #6366f1;
}

svg {
  width: 100%;
  height: 100%;
}

.bg-gradient {
  background-image: linear-gradient(to right, rgba(32, 34, 39, 0.9), rgba(32, 34, 39, 0.7));
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gradient-bg {
  background: radial-gradient(circle, #667EEA, #764BA2);
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.video-container {
  width: 1120px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f7fafc;
  padding: 10px;
  margin-top: 20px;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#credits-slider::-webkit-slider-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  background-color: #4f46e5;
  border-radius: 50%;
  cursor: pointer;
}

.hidden {
  display: none;
}
