body {
      font-family: 'Sawarabi Gothic', sans-serif;
      padding-top: 40px;
      padding-bottom: 2rem;
    }
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}
.main-container {
      width: 70%;
      margin: 0 auto;
    }
@media (max-width: 768px){
.main-container {
      width: 90%;
      margin: 0 auto;
    }
}
.inner-container {
      width: 70%;
      margin: 0 auto;
    }
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.fs-7 {
	font-size: 0.75rem;
}