#checkbox-group {
  display: flex;
  flex-direction: row;
  width: 900px;
  justify-content: center;
  align-items: center;
}
.form-check {
  margin-right: 8px;
}
.radio-group {
  display: flex;
  flex-direction: row;
  width: 900px;
  justify-content: center;
  align-items: center;
  margin-top: -0.35cm;
}
