body {
  
 }



body {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      height: 100vh;
background: rgb(182,182,182);
background: linear-gradient(0deg, rgba(182,182,182,1) 0%, rgba(255,255,255,1) 100%);
    }
