body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background: #f9f9f9;
    color: #222;
}
a {
    color: #007bff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
