body {
  font-family: Inter, "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.btn-green {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  background-color: #05a844;
  color: #FFFFFF;
  border-radius: 4px;
  letter-spacing: 0.2;
}
.btn-green:hover {
  box-shadow: 0 0 4px 0 rgba(80, 80, 80, 0.4);
  color: #FFFFFF;
  background-color: #19b454;
}

.btn-border-green {
  border-bottom: solid 4px #296c43;
}

.btn-blue {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  background-color: #428bca;
  color: #FFFFFF;
  border-radius: 4px;
  letter-spacing: 0.2;
}
.btn-blue:hover {
  box-shadow: 0 0 4px 0 rgba(80, 80, 80, 0.4);
  color: #FFFFFF;
  background-color: #55a0e1;
}

.btn-border-blue {
  border-bottom: solid 4px #21639d;
}

.btn-gray {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  background-color: #DDDDDD;
  color: #888888;
  border-radius: 4px;
  letter-spacing: 0.2;
}
.btn-gray:hover {
  box-shadow: 0 0 4px 0 rgba(80, 80, 80, 0.4);
  color: #FFFFFF;
  background-color: #CCCCCC;
}

.btn-border-gray {
  border-bottom: solid 4px #999999;
}

.titleBox {
  text-align: center;
  margin-bottom: 30px;
}
.titleBox hr {
  position: relative;
  border: none;
  border-top: solid 4px #FFCC00;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  text-align: center;
}/*# sourceMappingURL=basic.css.map */