/* General Styles */
body {
    margin: 0;

    line-height: 1.6;
}

/* Scrollbar Styling */
body::-webkit-scrollbar {
    width: 12px;

}

body::-webkit-scrollbar-thumb {

    border-radius: 6px;

}

body::-webkit-scrollbar-thumb:hover {

}

body::-webkit-scrollbar-track {

}

/* Scrollbar for Firefox */
body {
    scrollbar-width: thin;

}
