@import url("normalize-v8.0.1.css");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.bg-blue {
  background: #0069a8;
}

.bg-black {
  background: #222;
}

body {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.full-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1 {
  margin: 1rem 0 0 0;
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.logo-container img.logo {
  width: 100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
}

.cupon-detail {
  max-width: 400px;
  background: #fff;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
}
.cupon-detail img {
  display: block;
  width: 100%;
}
.cupon-detail .cupon-description {
  padding: 20px 20px 40px 20px;
}
.cupon-detail .cupon-description p {
  color: #333;
  font-size: 1.1rem;
}

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