body { font-family: Arial; }

ul li {
  list-style-position: inside;
  text-align: left;
}

.labels {
  position: fixed;
  top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 1.2rem;
}

.stimulus {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 25vh;
}

button {
  font-size: 1.3rem !important;
  padding: 18px !important;
}
