*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
html,body{
    height: 100vh;
    width: 100vw;
    background-image: url(https://assets.aboutamazon.com/dims4/default/aaaf83e/2147483647/strip/false/crop/1600x1600+0+0/resize/1486x1486!/quality/90/?url=https%3A%2F%2Famazon-blogs-brightspot.s3.amazonaws.com%2F2c%2F94%2F940c952b4bf79885ca375079e248%2Fsquid-orange-logo.jpg);
}
#main{
     /* z-index: 50; */
    height: 100vh;
    width: 100vw;
    /* background-color: rgb(148, 206, 202); */
   
    
}

#page1{
    backdrop-filter: blur(0px);
   /* filter: blur(1px); */
    height:100vh ;
    width: 100vw;
    
    /* background-color: rgb(108, 141, 154); */
     display: flex;
      justify-content: center;
    align-items: center;
}

#container{
     z-index: 50;
    height: auto;
   
    
    
    text-align: center;
  h1{
    margin-top: 8px;
  }  
  .font1{
    color: white;
  }
    
   
}