
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Lato:wght@400;700&family=Poppins:wght@400;600&display=swap');

body {
    margin: 0;
    font-family: 'Poppins', 'Inter', 'Lato', sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

header, footer {
    background-color: #f0f4f8;
    color: #444;
    text-align: center;
    padding: 1.5em 1em;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

main {
    padding: 2em;
}

section {
    margin-bottom: 2em;
}

h1, h2, h3 {
    color: #2c3e50;
}

footer a {
    color: #666;
    text-decoration: none;
    margin: 0 8px;
}
