/* styles.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

header {
    background-color: #007bff;
    padding: 50px 0;
}

header h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

header p {
    font-size: 1.25rem;
}

h2 {
    color: #007bff;
    font-size: 2rem;
    margin-bottom: 20px;
}

ul {
    list-style-type: none;
}

ul li {
    font-size: 1.1rem;
    margin: 10px 0;
}

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

.navbar {
    margin-bottom: 30px;
}
