*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    scroll-behavior: smooth;
    font-size: 14px;
}
*::-webkit-scrollbar {
    width: 16px;
}
  
*::-webkit-scrollbar-track {
    background: #03BBB6;
}
  
  *::-webkit-scrollbar-thumb {
    background-color: #03aba6;
    border-radius: 20px;
    border: 3px solid #03BBB6;
}