.dark .home-section {
    background-color: #000000;
}

.dark .home-section:nth-of-type(even) {
    background-color: #101010;
}

.dark h1{
    color: #ffffff;
}

.nav-link{
    color: #ffffff!important;
}

.navbar-light {
    background-color: #000000!important;
}
.dark{
    background: #000000!important;
}