h1 {
  color: var(--c-sled_blue);
  font-size: 3.25em;
  margin-left: 1em;
}

#main_container {
  position: relative;
  background: url("../img/main_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bottom-text {
  width: 57%;
}

.ae-box {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 0.3em;
  text-align: center;
  margin-left: 35px;
}

.side-tab {
  background-color: rgba(135, 210, 231, 0.8);
}

.refs-white {
  color: #ffffff;
}
h3 {
  margin-bottom: 0.5rem;
}
.fs-refs:not(:last-child) {
  margin-bottom:  0.5em;
}
.fs-refs: {
  margin-bottom: 0.2em;
}