/* styles.css */
body {
    font-family: 'Baskerville', serif;
    background-color: #f4f4f4;
}

h1 {
    color: #333;
}
