/* site.css */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #007bff;
}

    a:hover {
        color: #0056b3;
    }
