

body {
    background-color: #121212 !important;
    <!-- color: #ffffff !important; -->
      font-family: Georgia, serif!important;
}

h1,h2,h3{
<!-- font-family: 'Alex Brush', cursive !important; -->
font-family: Georgia, serif!important;
color: #ffffff !important;
}

h4,h5 {
    font-family: Georgia, serif!important;
    color: #ffffff !important;
}

.bg-dark {
    background-color:  !important;
}

.btn.btn-primary, .bg-primary {
    background-color: #ff2f49 !important;
    border-color: #ff2f49 !important;
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link.active, 
.text-primary {
    color: #ff2f49 !important;
}
.text-white{  color: #ffffff !important;
    font-family: Georgia, serif!important;

}
.navbar-dark .navbar-nav .nav-link, 
, p, a, h1, h2, h3, h4, h5, h6, 
.text-secondary {
    color: #ffffff !important;
}
?>