

html {
  font-family: Arial;
  color:black;
  background: white;
  align-content: center;
}
body {

 
  text-align:left;
   
}
.a{
    color:green;
    
}


input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}