/* styles.css */

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #0056b3;
}

h1, h2 {
    font-family: 'Arial', sans-serif;
    color: #fff;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

footer {
    background-color: #343a40;
    color: #fff;
}

footer p {
    margin: 0;
}
