.likert h2 {
  text-align: center;
}

.likert-item {
  margin-top: 2rem;
}

.likert-options {
  display: flex;
}

.likert button {
  flex: 1;
  margin: 0 0.25rem;
  border: 1px solid #d6d4d5;
  font-size: 0.8rem;
  padding: 1vh 0.5vh;
}

.likert button.selected {
  background-color: #fefcf0;
  font-weight: bold;
  border: 1px solid black;
}