/*
Theme Name: ANATASY
Theme URI:https://croquis.cc/
Description: ANATASY
Version: 1.0
Author: croquis
Author URI:https://croquis.cc/
*/
.marquee-content{
  font-weight: bold;
  color:  rgba(255, 255, 255, 0.75);
}
#about .rounded-t-full {
  border: 1px solid rgba(36, 98, 63, 0.25);
}
#about .rounded-t-full {
  border: 1px solid rgba(36, 98, 63, 0.25);
}
#about span,
#items span {
  border-radius: 8px;
  background-color: rgba(36, 98, 63, 0.85);
  padding: 5px 10px;
  line-height: 1;
  color:rgba(255, 255, 255, 1);
  font-size: .85rem;
  letter-spacing: 0.2rem;
  text-align: center;
  display: inline-block;
  margin-bottom: .75rem;
}
#about p,
#item-list p {
  text-align: justify;
font-size: 1.1rem;
}
#item-list p.price {
  letter-spacing: 0.2rem;
}
footer .gap-12{
      gap: 6rem;
}