.bg-pink {
  background-color: rgb(255, 0, 179);
}

.card-body div button {
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.highlight {
  /* Red highlight for the circle */
  position: absolute;
  color: white;
  display: inline-block;
  /* padding: 10px 20px; */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 75%;
  border: 3px solid white;
  /* Makes the element circular */
}

.highlight.red {
  background-color: red;
}
.highlight.green {
  background-color: green;
}
.highlight.blue {
  background-color: blue;
}
.highlight.yellow {
  background-color: yellow;
}
.highlight span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=style.css.map */
