.static-page {
  background: linear-gradient(181deg, #E3EBF2 0%, #fff 100%);
  font-family: "Roboto", Cursive, sans-serif;
  padding: 15px 0;
}

.static-page h1 {
  margin: 1.5rem;
}

.static-page h2 {
  margin-bottom: 1.5rem;
}

.static-page p,
.static-page ul li {
  margin-bottom: 1rem;
}

.static-page ul {
  padding-left: 20px;
}

.mark-by-color {
  color: #0b5d43;
}

.text-center {
  text-align: center;
}
