@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800&display=swap");


.bg-darkblue {
  background: #1a0d00;
}

.icon-text {
  font-weight: bold;
  color: #53b52c;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
}

.mw-400px {
  max-width: 400px;
}

.btn-primary {
  background-color: #A7290E; !important;
  color: #fff;
  font-weight: bold;
  border: none;
}

