   form{
   
    text-align: center;
   background-image: url("https://png.pngtree.com/thumb_back/fh260/background/20201101/pngtree-scene-with-geometrical-forms-the-poster-model-minimal-background-render-image_452981.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   width: 400px;
 justify-content: center;
    margin-left:780px;
    height: 500px;
    padding-top: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(127, 127, 143);
    
   }
   
   form input{
    padding: 10px 40px 10px 10px;
    border-radius: 20px;
    border: 1px solid black;
    background-color: transparent;
    transition: all 0.5s;
   }
   form input:hover{
    box-shadow: 0 0 10px black;
   }
   h1{
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    font-weight: 900;
    
}
select{
    padding: 10px 40px 10px 10px;
    border: 1px solid black;
    border-radius: 20px;
    background-color: transparent;
    transition: all 0.5s;
}
select:hover{
    box-shadow: 0 0 10px black;
}