/* public/styles.css */

body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

nav a {
    margin-right: 15px;
    text-decoration: none;
    color: #007BFF;
}

nav a:hover {
    text-decoration: underline;
}

#content {
    margin-top: 20px;
}
