body {

    font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    background: linear-gradient(to top, #002240, #009acf); /* Yumuşak renk geçişi */
    color: #e8f1ff;
}

a{ color: inherit; }
body::-webkit-scrollbar {
    width: 4px;
    background-color: #f11c12;
}

body::-webkit-scrollbar-track {
    background: #001736;
}

body::-webkit-scrollbar-thumb {
    background-color: #00162c;
    border-radius: 10px;
    border: 4px solid #f11411;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #550a08;
}