@charset "UTF-8";

.content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.description {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

.discount {
  margin-top: 20px;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 2rem;
}