p, a, li {
  font-family: 'ArialMTStd-light';
  color: #5f5f5f;
}
a {
text-decoration: underline}

input[type="text"],
input[type="email"],
textarea {
  width: 70%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}