/* styles.css */
h1 {
    font-family: Arial, sans-serif;
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-size: 2em;
    font-weight: bold;
}
