body {
  margin-top: 10px;
  background-color: white;
  font-family: 'EB Garamond';
}
input {
  font-family: 'EB Garamond' !important;
}
a {
  color: #828282;
}
.wrap {
  padding: 20px;
  border-radius: 10px;
  margin: auto;
  text-align: center;
}
.main-text {
  display: block;
  width: 500px;
  margin: auto;
  text-align: left;
  font-size: 13px !important;
}
.navigation {
  margin-bottom: 20px;
}
label {
  text-align: right;
  padding-top: 5px;
  font-weight: normal;
  width: 135px;
}
input {
  font-family: sans-serif;
  color: black;
}
