/* 
011627 black
f71735 red
*/
/* BODY */
body{
  background-color: #011627 !important;
}
.zwart{
  background-color: #011627 !important;
}
.rood{
  background-color: #f71735 !important;
}
.letter-white{
  color: aliceblue !important;
}
.letter-aqua{
  color: aqua !important;
}
.letter-red{
  color: #f71735 !important;
}
.border-color{
  border-color: aqua;
}
.center{
margin: auto !important;
}

/* HOME */
.content{
  display: flex !important;
  flex-wrap: wrap !important;
}
.content2{
width: 35% !important;
}
.content3{
width: 30% !important;
}

#carouselExampleCaptions{
  margin: auto !important;
}