body{
  background: #000000;
  font-size: 0.8rem;
  color: #ffffff!important;
}
.cms_category div.text{
  color: #ffffff!important;
}
h1{
  font-size: 2rem;
  color: #ffffff!important;
}
h2{
  font-size: 1rem;
  color: #ffffff!important;
}
nav .nav-link:hover{
  color:#ddd;
}
@media screen and (max-width: 767px){
 h1, h2 {
    font-size: 1rem;
  }
}