*{
  font-family:system-ui

 }
 .Contact-Us{
  text-align : center ;
  margin:250px auto 0 auto;
  align-items: center;
  width: 100%;
  position: absolute;
   
}

#name,#password1,#password2{
  box-sizing: border-box;
  height: 40px; 
  width: 500px;
  border-color: #503306;
  box-sizing:5px;
  background-color: #c4c4c4f6;
  color: #000;
  padding:10px;
  border-radius: 4px;
  margin: 10px; 
  opacity: 0.7;
  transition-duration: 0.4s;
  content:initial;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
}
#name,#password1,#password2,#submit:hover{
  color: rgb(7, 7, 6);
  
  
}
#submit{
  height: 50px; 
  width: 500px;
  border-color: #503306;
  box-sizing:5px;
  box-sizing: border-box;
  color:rgb(193, 226, 226);
  background-color:rgb(45, 138, 125);
  padding:10px;
  border-radius: 4px;
  margin: 10px;
  cursor: pointer;
  transition-duration: 0.4s;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#submit:hover{
  background-color: rgb(100, 95, 95);
  color: blacke;
}