/* home CSS */
.content-area {
  width: 98%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 3px solid blue; */
}

.header {
  display: flex;
  justify-content: center;
  font-size: 12.0em;
  font-weight: bolder;
  letter-spacing: 0.08em;
  line-height: 1;
  /* border: 1px solid blue; */
}

.onderTitel {
  font-size: 2.0em;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.details {
  width: 90%;
  font-size: 6.0em;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  /* border: 2px solid red; */
}

.regels {
  display: flex;
  flex-direction: row;
}

.titel {
  width: 46%;
  /* border: 2px solid blue; */
}

.titel-p {
  font-size: 0.3em;
  font-weight: 100;
}

.waarde, #power {
  width: 26%;
}

.eenheid {
  width: 28%;
}

.negatief {
  color: rgb(230, 44, 15);
  /* font-weight: bold; */
}

.anders {
  color: rgb(158, 250, 20);
   /* background-color: rgb(116, 167, 83); */
  /* font-weight: bold; */
}