.banner-info {
    background: #333f48;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}

.banner-info a {
    color: white;
}

.banner-info a:hover {
    text-decoration: underline;
}