*{
    padding: opx; margin: 1px; box-sizing: border-box;

  }
  body{
    overflow-y: auto;
    padding: 0;
    margin: 0;
    height: 200vh;
  }
   header{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2))  ,url(Images/theater\ 2.png);
    background-size: contain;
    background-repeat:round;
    background-attachment: fixed;
    
   }
  .topheader{
    height: 50px;
    width: 100%;
    background-color:transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  
  .logo img{
    height: 9vh;
    width: 100%;
  }
  .register {
    padding: 8px 20px 8px ;
  }
  .register a{
    padding: 10px 10px;
    text-decoration:none;
    color: black ;
    font-size: 15px;
    background: indianred;
    border-radius: 20px;
    
  }
  .menubar{
    background-color: whitesmoke;
    padding: 8px 10px;
    text-align:left;
  }
  .menubar a{
    padding: 10px 15px;
    text-decoration: none;
    color: black ;
    font-size: 15px;
    font-family:sans-serif;
  }
  main{
    padding: 50px 10px ;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 15px red;
    font-size: 20px;
  }
  .h2{
    color: black;
    text-shadow: 5px 5px 15px red;
  }
.search{
    margin: auto;
    height:9vh;
    width:30%;
    padding: 10px 10px;
    color: black ;
    background: indianred;
    border-radius: 30px;
}
.search > i{
 font-size: 20px;
 width:10%;
}
.search > input{
  font-size: 20px;
  text-align:left;
}

footer{
    height: 100vh;
    width: 100%;
    background-color: whitesmoke;
}
.footermenu{
  margin: 8px;
  background-color: black;
  padding: 15px 10px;
  text-align:right;
}
.footermenu a{
  padding: 20px 15px;
  text-decoration:none;
  color: white ;
  font-size: 15px;
  font-family:sans-serif;
}
.Gallery > h3{
  margin:5px;
  box-shadow: 0px 0px 5px 10px pink inset;
  font-weight: bold ;
}
.cards img{
  margin: 2px;
  padding:10px ;
  height: 40vh;
  width: 24%;
  box-shadow: 20px 20px 10px grey;
}


