.section-style, .text-section, .hero-section, .character-info, .character-development, .relationships, .seasons-container {
    padding: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8); }
    .section-style h2, .text-section h2, .hero-section h2, .character-info h2, .character-development h2, .relationships h2, .section-style h3, .text-section h3, .hero-section h3, .character-info h3, .character-development h3, .relationships h3, .season-content h3 {
      font-family: 'Oswald', sans-serif;
      color: #de4d51; }
    .section-style h2, .text-section h2, .hero-section h2, .character-info h2, .character-development h2, .relationships h2 {
      font-size: 3rem;
      margin-bottom: 30px; }
    .section-style h3, .text-section h3, .hero-section h3, .character-info h3, .character-development h3, .relationships h3, .season-content h3 {
      font-size: 2.5rem;
      margin-bottom: 20px; }
    .section-style p, .text-section p, .hero-section p, .character-info p, .character-development p, .relationships p, .season-content p {
      font-size: 1.25rem;
      line-height: 1.5;
      color: white; }
    .section-style li, .text-section li, .hero-section li, .character-info li, .character-development li, .relationships li {
      font-size: 1.25rem;
      line-height: 1.5;
      color: white;
    }