
.background {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: black !important;
}

body {
    background-color: black !important;
/*    background-color: #242c3c;*/
}

.input {
   background-color : white !important;
}

.yellow-text {
    color: #FFD300 !important;
}

.white-text {
    color: white;
}
.bg-yellow {
   background-color: #ffc107 !important;
}
