body {

    font-family: "Noto Sans SC", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  
  /* .stickyBar.floating.active {
  background: linear-gradient(45deg, rgba(230, 72, 139, 1), rgba(234, 75, 142, 1), rgba(250, 153, 194, 1) );
  background-size: 400% 100%;
      animation: sticky-bar-gradient 3s linear infinite;
      animation-direction: alternate;
  }
  
  #page > .stickyBar {
  background: linear-gradient(45deg, rgba(230, 72, 139, 1), rgba(234, 75, 142, 1), rgba(250, 153, 194, 1) );
  background-size: 400% 100%;
      animation: sticky-bar-gradient 3s linear infinite;
      animation-direction: alternate;
  }
  
  @keyframes sticky-bar-gradient {
      0% {background-position: 0%}
      100% {background-position: 100%}
  }
   */
  
  
  
  .attention-bar__notice {
      display: flex;
      align-items: center;
      width: 5em;
      height: 100%;
      color: #0C2677 !important;
      /* color: var(--rh-themecolor-primary); */
      font-size: 1.25em;
      padding-left: 10px;
      padding-right: 10px;
      /* background-color: var(--rh-themecolor-highlight); */
      background-color: #ffcc00;
  }