@charset "utf-8";
html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
  }

@media screen and (max-width:768px) {
    html {
        scroll-padding-top: 50px;
      }
  }
@media screen and (max-width:430px) {
    html {
      scroll-padding-top: 80px;
    }
  }