body {
  font-family: Helvetica, sans-serif;
}
.content {
/*  background-color: white;
  width: 80%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto; */
}
.banner {
  text-align: center;
  color: #4f1315;
}
.line {
  margin-top: 2px;
  border-top: 1px dotted #4f1315;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 80%; 
}
.required {
  color: red;
}
