body {
    /* background-color: aqua; */
 padding: 0px;   
 margin: 0px;
 background-image: url('img2.jpg');
 background-size: cover;
 background-repeat: no-repeat0;

 
}
.container{
    width: 500px;
    height: 550px;
    /* background-color: white; */
    display: flex;
    justify-content:center ;
    margin: auto;
    margin-top: 100px;
    border-radius: 10px;
box-shadow: 5px 7px 9px ;
flex-wrap: wrap;
backdrop-filter: blur(10px);
box-shadow: 0 0 30px rgba(0,0,0,0.25);




    
}
.container:hover{
cursor: pointer;


}
.simple{
   width: 90%;
   height: 90%;
   /* background-color: blue; */
   text-align: center;
   color: aliceblue;
}
h1{
    margin-top: 50px;
    color: blue;
}
label{
    font-size: 20px;
    color: black;
    
}
input{
    width: 200px;
    height: 20px;
    border-radius: 5px;
    text-align: center;
    color: black;
    
}
.int{
    margin-top: 50px;
}
button{
    margin-top: 50px;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background-color: rgb(73, 73, 206)
}
#he{
    color: black;
    font-size: 20px;
    text-align: center;
}