/* styles.css */

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
}

h1 {
    color: #333;
}

/* Weitere Stilregeln können folgen */
