/* * {
    color: white !important;
}

body {
    background-color: #0f0619;
} */

@media (min-width: 768px) {
    h2 {
        font-size: 42px !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 42px !important;
    }
}
