body {
  color: #333;
}
body, p, ol, ul, td {
  font-family: 'Montserrat', sans-serif;
  color: #14342B;
}
p, ul {
  font-size: 20px;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 20px 0;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 35px;
  margin: 0 0 20px 0;
}
p {
  margin: 0;
  line-height: 30px;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
a {
  color: #fff;
}
a:visited {
  color: white;
}
button, [type="submit"] {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #60935E;
  border: none;
  padding: 20px 10px;
  width: 100%;
}
button:hover, [type="submit"]:hover {
  background-color: #60935E;
}
input, .select-tag {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  padding: 15px 10px;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #DDDFE2;
  border-radius: 6px;
  color: #14342B;
  margin: 12px 0;
  display: block;
}
input::placeholder {
  color: #A7A7A7;
}
input:focus-visible {
  border: 2px solid #9EC13B;
  outline: none;
}
th {
  padding-bottom: 5px;
}
td {
  padding: 0 5px 7px;
}
div.field, div.actions {
  margin-bottom: 10px;
}
ul {
  padding: 0;
}
li {
  color: white;
  margin: 15px 0 0;
}
label {
  display: block;
  color: #fff;
}
