body {
  font-size: 14px;
  color: black;
  margin: 20px;
  text-align: center;
  font-family: monospace;
/*  background: white url(../img/back.png); */
}

p {
  color: black;
  background-color: white;
  margin: 0 150px 0 ;
  padding: 5px;
}

h1 {
  font-size: 2em;
  color: black;
  background-color: white;
  border-bottom-style: solid;
  border-bottom-width: 0.1em;
}

strong {

}

em {

}

/* --------------- CUSTOM ---------------- */
.badges-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px; /* Adjust the gap between rows */
  margin-top: 10px;
}

.row {
  display: flex;
  gap: 5px; /* Adjust the gap between badges */
}

.footer {
  text-align: center;
  margin: 10px 200px 0px;
  background-color: white;
}
