.century {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}

.main-title {
  font-family: 'Italianno', cursive;
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 65px !important;
}

.btn-dark {
  color: #fff;
  background-color: #040e31;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23527c;
}

.a-light {
  color: rgba(255, 255, 255, 0.7);
}

.a-light:hover {
  color: #fff;
}

.a-light:focus {
  color: #fff;
}

.text-dark {
  color: rgb(51, 51, 51);
}
