body {
    background-color: #000000 !important; /* Black */
}

h1, h2, h3 {
    color: #00008B; /* Dark blue for headings */
}

p {
    color: #00008B; /* Dark blue for paragraphs */
}

body {
    color: #00008B; /* Dark blue for all text */
}

section {
    padding: 20px; /* Adjust the value as needed */
}

