.navbar-custom {
    background-color: #000000; 
}
 
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ffffff;
}

.main-text {
    color: #ffffff;
}

.label-text 
{
    color: #000000;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #556678 !important;
}
