h2 {
  font-size: 14pt;
  color: tomato;
}

.form-container {
  padding: 15px;
  background-color: #fcfcfc;
  border: solid 7px #f2f2f2;
  border-radius: 3px;
  margin: 20px 0 5px 0;
}
a {
  color: tomato;
}
a:hover {
  color: tomato;
}
.error-message {
  font-size: 10pt;
  color: tomato;
}
.zone-error {
  background-color: tomato;
  color: white;
  padding: 15px;
  margin: 15px 0;
  border-radius: 3px;
}
.zone-error a {
  color: white;
  text-decoration: underline;
}
.zone-error a:hover {
  text-decoration: underline overline;
}
.zone-error .zone-error-list li {
  list-style-type: square;
}
.logo-festik-container {
  border-bottom: solid 7px #f2f2f2;
  text-align: right;
  margin-bottom: 40px;
}
.logo-festik-lightgray {
  display: inline-block;
  margin-top: 15px;
  opacity: 50%;
}
h1 {
  margin-top: 5px;
}

