html{
    scroll-behavior: smooth;
}

   /* width */
    ::-webkit-scrollbar {
      width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
      background: #fff; 
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
      background: #20a2ba;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
      background:  #20a2ba; 
  }
.logo {
    width: 130px;
}
.footer-social a {
    margin-left: 25px;
    margin-top: 10px;

}