a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input, textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
  border-radius: 0.6rem;
  border: solid 0.05rem #999;
}

button {
  font-size: 1rem;
  padding: 0.3rem 1rem;
  margin: 0.2rem 0;
  border-radius: 1rem;
  background: #dcdcdc;
  border-width: 0.1rem;
  cursor: pointer;
}