.coupontext {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coupontext1 {
  color: #ff7f00;
  font-size: calc(10px + 5vw);
  font-weight: bolder;
  margin-top: 5%;
}
.coupontext2 {
  font-size: calc(5px + 1vw);
  font-weight: bolder;
  width: 50%;
  text-align: center;
}
.coupontext3 {
  margin-top: 6%;
  font-size: calc(5px + 2vw);
  text-align: center;
  width: 40%;
  font-weight: bolder;
}
.couponbutton {
  width: auto;
  height: auto;
  border-radius: 15px;
  background-color: #ff7f00;
  margin-top: 3%;
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.couponword {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-decoration: none;
  font-size: calc(10px + 1vw);
  padding: 1%;
  font-weight: bolder;
}
