.alertbar {
    background-color: #F9D147;
    border-bottom: 2px solid #54bed1;
}
.alertbar p {
    margin: 0 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
.alertbar a {
    text-decoration: underline;
}