h1,
h2,
h3,
h4 {
  font-weight: 300 !important;
}
body::before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.container {
  padding: 0 !important;
}
.alert-danger {
  margin-top: 4px;
  background-color: var(--c-primary) !important;
  color: var(--c-white) !important;
}
