html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI',sans-serif;
    background: #0F172A;
    color: white;
}

a {
    text-decoration: none;
}

section {
    padding: 100px 0;
}
