/* styles.css */
body {
    background: #873ffb;
    background: radial-gradient(circle, rgba(135, 63, 251, 1) 0%, rgba(142, 63, 242, 1) 100%);
}
