.marquee {
  margin-top: 150px;
}

#twitch-marquee {
  text-align: center;
  
  h1 {
    font-size: 48px;
  }
  
  p {
    color: white;
    font-size: 32px;
  }
}

.twitch-stream {
  height: 100vh;
}

#pages {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px 20px;
}

#merch-marquee img {
  /*padding: 0 220px;*/
}

@media (max-width: 1440px) {
  
}

@media (max-width: 674px) {
  .marquee {
    margin-top: 50px; 
  }
  
  #merch-marquee img {
    width: 100%;
    padding: 0px;
  }
  
  #twitch-marquee {
    text-align: left;
    
    h1 {
      font-size: 32px;
    }
    
    p {
      color: white;
      font-size: 24px;
    }
  }
  
  .twitch-stream {
    height: 50vh;
  }
  
  #pages {
    display: flex;
    flex-direction: column;
  }
}