* {
    padding: 0;
    margin: 0;
}

html, body {
    background-color: #adff2f;
}

.menu {
    background-color: #8ace24;
}

.menu a {
    color: black;
}

.menu .active {
    font-weight: bold;
}

.banner {
    margin-bottom: 40px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    /* box-shadow: 10px 10px 16px 10px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important; */
}

.banner-dark {
    background-color: gray;
}

.banner-classic {
    background-color: white;
    padding: 20px;
}

.banner-top {
    background-color: #6c757d;
    padding: 20px;
}

.banner-top p{
    color: white;

.banner-header {
    font-weight: bold;
}

.banner-divider {
    padding: 20px
}

.banner-divider h2 {
    text-align: center;
}