body {
  background-color: #ebaa21;
}
.title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  display: inline-block;
  max-width: fit-content;
}
.tiger {
  position: absolute;
  z-index: -1;
  right: 40px;
  bottom: 80px;
  height: 222px;
}
.highlight {
  position: relative;
  display: inline-block;
}

.highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: yellow;
  z-index: -1;
}

.rotate {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(-10.72deg);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.blurred-button {
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
