body {
  background-color: #FFAB01;
  color: #023047;
  margin: 0;
  padding: 0;
}

.bungee-regular {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.primary-color {
  color: #FFAB01;
}

.bi-youtube {
  color: #FF0000;
  z-index: 2;
}
.bi-youtube:after {
  background-color: white;
  content: "";
  display: block;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); /* Centers it dynamically */
  width: 15px;
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  .bi-youtube:after {
    height: 20px;
    width: 20px;
  }
}

.msn-wrapper {
  margin-top: 10px;
  max-width: 500px;
}

.logo {
  background-color: #FFF;
  border-radius: 15px 0 22px 15px;
  justify-content: center;
  padding: 11px;
  max-width: 200px;
  width: 100%;
}
.logo.internal {
  max-width: 60px;
}
.logo img {
  max-width: 200px;
}

/*# sourceMappingURL=general.css.map */
