body {
    background-color: black; /* Black background */
    color: #07c727; /* Green text for the whole body */
}

.navbar {
    background-color: black !important; /* Make the navbar background black */
}

.btn {
    color: black;
    background-color: green; /* Invert button colors for better visibility */
}

.btn:hover {
    background-color: darkgreen; /* Change button hover color */
}