body {
  font-family: Arial, sans-serif;
}
.form-check-input {
  width: 1.5em;
  height: 1.5em;
}
.form-check-label {
  font-size: 1.1em;
  margin-left: 5px;
}
.card .row {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}

.card .row p {
    flex: 1;
    margin: 0 5px;
}
