
h1{
    text-align: center;
    background-color: aliceblue;
    padding: 5px;
    color: blue;
}
label{
    padding: 1%;
}
.box{
   margin-left: 30%;
   padding-left: 10px;
   border: 5px solid;
     height: fit-content;
     width: 700px;
    
}
button{
    background-color: green;
    color: white;
    width: 500px;
    height: 20px;
   
    width: fit-content;
}
input{
    width: 600px;
    height: 30px;
    
}
option{
    width: fit-content;
}
#Role{
    width: 600px;
    height: 30px;
   
}