/* FRONT END STYLES */
.garrett-unhide {
  display: none;
}

.alertBar {
  display: block;
  background-color: #ffcc00;
  text-align: center;
  cursor: pointer;q

  & p {
    margin: 0;

    &>* {
      padding-right: 0.5em;
    }
  }

  & a {
    color: #000000;
    text-decoration: underline;
  }
}

.youtube-video {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;

  & iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
}