fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
  text-align: center
}

legend {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

