.section-twitch {
  background: linear-gradient(90deg, #001f4d, #000d26);
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.twitch-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(218, 41, 28, 0.7);
}

.twitch-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(218, 41, 28, 0.5);
}

.twitch-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}
