body{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.heading{
    background-color: rgb(225, 225, 225);
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 20px 20px;                                                                                 
}
p{
    font-weight: 600;
}
.text{
    width: 95%;
    margin-top: 20px;
    height: 35px;
    margin-left: 15px;
  
}
.email{
    width: 95%;
    margin-top: 15px;
    height: 35px;
    margin-left: 15px;
    
    
}
.checkbox{
    margin-top: 16px;
    height: 20px;
    width: 20px;
    margin-left: 15px;

}
.ck{
display: flex;
flex-direction: row;
align-items: center;
}
h4{
    margin-top: 35px;
    padding-left: 3px;
}
button{
    width: 100%;
    height: 40px;
    background-color: rgb(76, 175, 78);
    font-weight: bold;
    color: white;
    border: none;
   
}
button:hover{
    background-color: rgb(125, 238, 127);   
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(225, 225, 225);
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
}
.main{
    padding: 20px 20px;
    width: 800px;
    margin-top: 150px;
    border: 2px solid black;
    border-radius: 10px;
}
.main2{
    border: 1px solid rgb(225, 225, 225);
}