.scroll-top {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 20px;
    right: 20px;
  }
  .scroll-top a {
    display: flex;
    font-size: 22px;
    text-align: center;
    background-color: #c8f31d;
    color: #000;
    border-radius: 50%;
    padding: 1px 8px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}