#vacation-bar {
    background: #ffd54f;
    color: #222;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
    z-index: 9999;
}

#vacation-bar a {
    color: #222;
    text-decoration: underline;
}