.alert-banner-base {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Libre Baskerville", "Frank Ruhl Libre", "Adamina", "Georgia", "Times New Roman", serif;
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-inline: clamp(0.5rem, 20vw, 32rem);
}


.alert-banner-red {
    background-color: #E31937;
}

.alert-banner-red p,
.alert-banner-red a {
  color: white !important;
}


.alert-banner-yellow {
    background-color: #fbff00;
}

.alert-banner-yellow p,
.alert-banner-yellow a {
    color: #000000 !important;
}
