body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background: #102316;
  color: #FFFFFF;
  margin: 0px;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}

h1, h2 {
  margin: 0px;
}

h2 {
  font-weight: normal;
  opacity: 0.8;
}

.btn {
  padding: 20px 0px;
  text-align: center;
}

.btn a {
  display: inline-block;
  padding: 16px 30px;
  margin: 0 5px;
  border-radius: 25px;
  font-size: 18px !important;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  background: #A9D4B6;
  color: #2E583C;
}

.btn a:hover {
  background: #27763F;
  color: #fff;
  opacity: 1 !important;
}

.text-center {
  text-align: center;
}

.text-center p {
  margin: 0px;
}

.text-center img {
  width: 100%;
}

.pt-1 {
  padding-top: 30px;
}

.pb-1 {
  padding-bottom: 30px;
}