assets/styles/styles.css
/* Add your custom styles here */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8fafc; /* Light background color */
    color: #1f2937; /* Dark text color */
}

h1, h2, h3 {
    color: #1f2937; /* Dark text color for headings */
}

a {
    color: #3b82f6; /* Blue color for links */
    text-decoration: none;
}

a:hover {
    text-decoration: underline; /* Underline on hover */
}
