.banner-bottom {
    position: fixed;
    min-height: 50px;
    max-height: 50px;
    border-radius: 0;
    border-top: 1px solid black;
    width: 100%;
    bottom: 0;
    background: url("/static/img/xmas.jpeg");
    z-index: 500;
    right: 0;
    text-align: center;
    color: white;
    padding: 10px;
}

.banner-bottom a{
    top: 50px;
    color: #fdb713;
    text-decoration: none;
    text-shadow: 3px 3px 3px black;
    font-size: 28px;
}