* {
  font-family: 'Literata', serif;;
}

nav {
  padding-bottom: 40px;
  background-color: #0e3157;
}

.main {
  text-align: center;
}

ul {
  padding: 0;
}

h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #0e3157;
  font-family: 'Literata', serif;
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: -0.025em;
}

label {
  font-size: 20px;
  font-family: 'Literata', serif;;
  line-height: 30px;
}

p {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-family: 'Literata', serif;;
  line-height: 30px;

  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.form {
  width: 40%;
  display: flex;
  justify-content: center;
}

.comment {
  line-height: 10px;
}

.lowmain {
  margin-top: 80px;
  text-align: center;
}

.submit {
  margin-top: 0;
}

#hr {
  margin-bottom: 50px;
  width: 50%;
  margin: auto;
}

li {
  text-align: center;
  list-style-type: none;
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Literata', serif;;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  background-color: #edf2f7;
  height: auto;
}

.validationTrue {
  border-color: #0e3157 !important;
}

.validationFalse {
  border-color: red !important;
}

.validationFalse::placeholder {
  color: red !important;
}

.error p {
  text-align: left;
}

#error {
  color: red;
  font-size: 1rem;
}

#success {
  color: green;
  font-size: 1rem;
}

.space {
  margin-bottom: 60px;
}

.space1 {
  margin-top: 80px;
}

.space2 {
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .form {
    width: 90%;
    display: flex;
    justify-content: center;
  }
  label {
    font-size: 15px;
  }
  .space1 {
    margin-top: 40px;
  }
}