.green {
  color: #bad96e;
}

.header {
  background: #1C2820;
  color: #ffffff;
  font-family: "Lustria", serif;
  padding-top: 40px;
  padding-bottom: 10px;
}

.message {
  text-align: center;
  padding: 0 20px;
}

.shopname {
  font-size: 15px;
}

.header-logo {
  font-size: 40px;
  font-weight: 600;
}

.header-text {
  font-size: 16px;
}

.matcha {
  background: -webkit-gradient(linear, left top, right top, from(#716d6e), to(#1C2820));
  background: linear-gradient(90deg, #716d6e 0%, #1C2820 100%);
  color: #ffffff;
  font-family: "Lustria", serif;
}

.matcha-container {
  background-image: url(../images/gold.png);
  padding: 50px 30px 20px;
  background-position: center;
  background-size: 130px;
  background-repeat: repeat no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}

.matcha-img img {
  width: 250px;
  height: auto;
}

.matcha-img,
.matcha-words {
  z-index: 2;
}

.matcha-title {
  font-weight: 500;
  font-size: 25px;
}

.matcha-text {
  font-size: 12px;
}

.kanji {
  font-size: 60px;
  opacity: 0.2;
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 1;
}

.sweets {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C2820), to(#6f8248));
  background: linear-gradient(180deg, #1C2820 0%, #6f8248 100%);
  color: #fff;
  font-family: "Lustria", serif;
  padding-bottom: 60px;
  padding-top: 60px;
}

.sweets-title {
  text-align: center;
}

.sweets-logo {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.menuitems {
  text-align: center;
}

.menu-name {
  margin-bottom: 10px;
}

.menu-img img {
  width: 150px;
}

.drink {
  font-family: "Lustria", serif;
  padding-bottom: 60px;
  padding-top: 60px;
  background: #1C2820;
  color: #ffffff;
}

.drink-menus {
  text-align: center;
  margin: 0 25px;
}

.drink-menu {
  margin-bottom: 10px;
}

.footer {
  text-align: center;
  padding: 20px;
  background: #1C2820;
  border-top: 1px solid #fff;
}

.footer-logo {
  font-size: 15px;
  color: #fff;
}