* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .main {
    height: 100vh;
    width: 100%;
    display: flex;
    background-color: black;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .screen {
    width: 70vw;
    background-color:wheat;
    height: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .con {
    display: flex;
    justify-content:space-evenly;
    width: 500px;
    color: white;
  }
  
  .main_area {
    height: 85vh;
    background-color: #2cc2bbc7;
    width: 78vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 8px;
    padding: 10px;
  }
  
  .seats {
    background-color: #226c79c7;
  }
  
  .seats:hover {
    background-color: #074152c7;
  }
  
  .booked {
    background-color: #071552c7;
  }
  .movie-container {
    margin:0px.10px;
    
  }
  
  .movie-container select {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    
    
    margin-right: 30px;
    
   
  }
  .bs
  {
      margin-left: 25px;
  }
  .rs 
  {
      margin-left: 40px;
  }