* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #0f0c29, #302b63, #ff00cc);
    color: white;
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

button, input {
    font-family: inherit;
}