body {
     background-color: #121212;
     font-family: Arial, sans-serif;
     color: #ffffff;
     margin: 0;
     padding-top: 20px;
     height: 0;
     top: 0;
     left: 0;
}

.header {
     background-color: #121212;
     color: #ffffff;
     display: flex;
     position: fixed;
     flex-direction: row;
     height: 60px;
     width: 100%;
     justify-content: space-between;
     top: 0;
     
     z-index: 10; 
}
.logoContainer {
    
     background-color: #5f3dc4;
     
                   /* split space 50/50 */
     
}    
.endheader {
     background-color: #121212;
     width: 150px;
     
}
.search-container {
     display: flex;
     align-items: center; 
     flex: 1;
      background-color: #121212;
      margin-left: 30px;
      margin-right: 30px;
      max-width: 400px;
     
}
.searchbutton {
     background-color: #1e90ff;
     display: flex;
     color: white;
     border: none;
     padding: 7px 10px;
     margin-left: 10px;
     text-align: center;
     text-decoration: none;
     font-size: 16px;
     border-radius: 4px;
     cursor: pointer;
     transition: background-color 0.5s;
}

.searchbutton:hover {
     background-color: #ff4500;
    
}
.search-bar {
     width: 300px;
     display:flex;
     align-items:center;
     align-content: center;
     font-size: 16px;
     background-color: rgb(39, 41, 46);
     color: #ffffff;
     padding: 3px;
     border-radius: 10px;
     
     
}

.SeasonContainer {
     display: flex;
     position: fixed;
     flex-direction: row;
     
     background-color: #323d6f;
     padding-top: 70px;
     padding-bottom: 10px;
     justify-content: space-between;
     width: 100%;
     top: 0;
     z-index: 9;
}

.season1, .season2, .season3, .season4 {
     margin-left: 20px;
     margin-right: 20px;
     font-size: 18px;
}
.layoutmain {
     display: flex;
     justify-content: space-between;
     margin-top: 0px;
     padding: 10px;
     background-color: #091a28;
     top: 0;
     
     
}

.layoutmainleft, .layoutmainright {
     background-color: #091a28;
     width: 200px;
}

.middlepage {
     flex: 3;
     display: flex;
     background-color: #0f233f;
     width: 0%;
     flex-direction: column;
     align-items: center; 
     height: 1000px;
}

.containertrailertxt {
  width: 100%;
  align-self: stretch; /* makes it expand full width inside a flex container */
  display: block; 
  background-color: #0f2c55;
 padding-top: 60px;
  height: 80px;
}

.TrailerTxt {
     font-size: 30px;
     color: #ffffff;
     text-align: center;
   
     position: relative
}

.thumbnail {
  width: 100%;
  align-self: stretch; /* makes it expand full width inside a flex container */
  display: flex; 
  background-color: #0f233f;
  height: 300px;
  flex-direction: row;
}

.thumbnail-text {
  width: 100%;
  align-self: stretch; /* makes it expand full width inside a flex container */
  display: flex; 
  background-color: #0f233f;
  height: 300px;
  text-align: center;
}

.thumbnail-image{
     position: relative;    
     width: 20%;          
     top: 0%;
     border-radius: 10%;
    
}

a {
     color: #1e90ff;
     text-decoration: none;
     font-size: 22px;  
      transition: color 0.5s;
}

a:hover {
     color: #ff4500;
    
}   

a:active {
     color: #fe959e;
}

.logo {
  font-family: 'Arial', sans-serif; /* muda a família da fonte */
  font-size: 32px;                  /* muda o tamanho */
  font-weight: bold;  
  color: #ffffff;
  display:flex;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}
     
.slogan {
  font-family: 'Arial', sans-serif; /* muda a família da fonte */
  font-size: 15px;        
  color: yellow;          /* muda o tamanho */
  width: 100%;
     text-align: center;    /* centraliza o texto */
}

.about {
  font-family: 'Arial', sans-serif; /* muda a família da fonte */
  font-size: 15px;        
  color: yellow;          /* muda o tamanho */
     text-decoration: underline; /* adiciona sublinhado */
}

.hero-video {

     display: flex;
    
}

.hero-image {
     width: 30%;
     height: auto;
     display: block;
     margin: 0 auto;
}