html{scroll-behavior:smooth}
.brand{color:#011131}
.brand-bg{background:#011131}
.brand-tint{background:#cfe2f3}
.shadow-soft{box-shadow:0 6px 30px rgba(2,6,23,.06)}

.alert-success {
  display: none;           /* hidden by default */
  background-color: #27bf27;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: bold;
}
