.myBanner {
    background: linear-gradient(to right, #00cc99 0%, #000099 100%);
    color: black;
}

.footer a {
color: #cbd5e8;
text-decoration: none;
}

.footer {
    background:#000099;
    color: white;
}
