@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
.scroll_content {
  height: 500vh;
}
.scroll_content_item {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* Adjust transition for opacity only */
  transition: opacity 0.3s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
  opacity: 0;
}
.scroll_content_item h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
/* <!-- bento box auto layout 2x2 .bento .bento__item --> */
.bento {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
  padding: 1rem;
}
.bento__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bento__item__content {
    position: relative;
  text-align: center;
  margin: 8px;
  padding:12px;
}
.date span{
    font-size: 1.5rem;
    font-weight: 900;

}
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
#count_date{
    font-family: 'Caveat', cursive;
    font-size: 4rem;
    font-weight: 700;
    color: #333;
}
.date{
    font-size: 4rem;
}
