@charset "utf-8";

.coupon-wrapper {
  max-width: 700px;
  margin: 2px auto;
}

.coupon-wrapper img {
  display: block;
  width: 100%;
}

.text-link {
  text-align: center;
  margin: 60px 0 30px;
}

.text-link a {
  text-decoration: underline;
  color: #1e77c9;
}
.text-link a:visited {
  color: #1e77c9;
}



