h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

a {
  font-family: Montserrat, sans-serif;
  color: #fe0066;
  text-decoration: none;
}

a:hover {
  color: #ffb700;
  text-decoration: underline;
}

.body {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  background-color: #000;
  text-align: center;
}

.column {
  padding-right: 10px;
  text-align: right;
}

.column-2 {
  padding-left: 10px;
  text-align: left;
}

.image {
  margin-bottom: 25px;
}

.video {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.paragraph {
  color: #ccc;
  line-height: 24px;
  text-align: center;
}

.paragraph.footer {
  margin-top: 25px;
  font-size: 12px;
  line-height: 16px;
}

.heading {
  margin-top: 0px;
}

.sitemap {
  margin-top: 25px;
}