@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap');

body {
    font-family: 'Space Grotesk', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2 {
    color: #333;
    font-family: 'Space Grotesk', sans-serif;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: 700;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 700;
}

p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
}

.section {
    margin-bottom: 40px;
}

.header, .footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.header h1, .footer h1 {
    margin: 0;
    font-size: 1.5em;
}

.header a, .footer a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}
