.orangeRectangle {
  border-radius: 18px;
  background: #ffeec3;
  border-style: dotted;
  color: #e66e00;
  font-weight: bold;
  padding: 5px;
  width: fit-content;
}

.blueRectangle {
  border-radius: 18px;
  background: #d9f1f2;
  border-style: dotted;
  color: #53a2ac;
  font-weight: bold;
  padding: 5px;
  width: fit-content;
}
