*{
    margin: 0%;
    padding: 0%;
 }

body{margin:0% }

.maincontainer {
  width: 100%;
  max-width: 375px;
  min-height: 100vh;
  margin: 0 auto;
  border: 2px solid;
  background-color: rgb(227, 254, 255)
 
}
body{
  background-image: url('./Images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
 }
 
 .review{
    width: 100%;
    height: 200px;
    border: 0.1px solid black;
    
 }
 .review2{
    width: 100%;
    height: 520px;
    transform: translateY(201px);
 }

 .video{
   width: 90%;
   height: 250px;
   /* border: 0.2px solid black; */
   left: 15px;
   position: relative;
   }

   
 