.top-nav {
    margin-bottom: 30px;
    color: #bcbcbc;
    background: rgb(35, 29, 129);
    background: linear-gradient(50deg, rgb(57, 58, 159) 0%, rgb(101, 68, 172) 45%, rgb(127, 78, 176) 100%);
}
footer {
    background: rgb(35, 29, 129);
    background: linear-gradient(50deg, rgb(57, 58, 159) 0%, rgb(101, 68, 172) 45%, rgb(127, 78, 176) 100%);
    color: #bcbcbc;
}
.footer-copyright {
    text-align: center;
background: rgb(35, 29, 129);
    background: linear-gradient(50deg, rgb(57, 58, 159) 0%, rgb(101, 68, 172) 45%, rgb(127, 78, 176) 100%);
 }
.navbar a {
    color: #cdcdcd;
}