body {
 font-family: Arial, sand-serif ;
  background-color: #f0f0f0;
   margin: 0;
    padding: 0;
     display: flex;
      justify-content: center;
       align-items: center;
        height: 100vh;
         background-image: images.png
          }

          .no1 {
            background-color: #f0f0f0;
            padding: 20px;
              border-radius: 20px;
               box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                 text-align: center;
                  }

                   form {
                    margin-top: 20px;
                     }
