.container-header {
  background-color: white;
  background-image: none;
}

/*.container-topbar {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: black;
}*/




/*Color the dropdown menu in the menu with the class .metismenu.mod-menu .mm-collapse */

.metismenu.mod-menu .mm-collapse {
    background: black;
}


/* The links in the dropdown menu you have to adress them individually */

.metismenu.mod-menu .mm-collapse .metismenu-item a {
    color: white;
}


.container-header .mod-menu {
justify-content: center;
color: black;
background-color: peru;
/*padding: 0;
margin-top:100px;*/
}

.container-top-a .card-body {
	background: peru;

}

.container-top-b .card-body {
	background: firebrick;

}



/*
#mod-191 {
background: #636262;
color: #fff;
}
*/

.testA {
  background-color: tan;
  color: black;
}

.testB {
  background-color: gold;
  color: black;
}

.exempleB {
  background-color: olive;
  color: black;
}

.exempleC {
  background-color: tomato;
  color: black;
}