.background {
  background-color: rgba(12, 15, 24, 1);
  background-image: 
    linear-gradient(to bottom, rgba(20, 24, 36, 0.5) 0%, rgba(20, 24, 36, 0.66) 15%, rgba(20, 24, 36, 1) 100%),
    url('/assets/images/breachers-background-fade.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto 60%;
  align-self: start;
  min-height: calc(100vh - var(--footer-height));
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 80px;
  margin: 0;
}

.small_print {
  font-size: 15px;
  color: var(--light-steel-blue);
}