body {
    font-family: sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.logo {
    width: 120px;
    height: auto;
    margin: 0 auto 20px;
}

h1 {
    font-size: 2.5em;
    margin: 10px 0;
}

header p {
    color: #666;
    font-size: 1.1em;
}

h2 {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000;
}

main p {
    margin-bottom: 20px;
}

ul {
    line-height: 2;
}

a {
    color: #00f;
    text-decoration: underline;
}

a:visited {
    color: #551a8b;
}

footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #666;
    font-size: 0.9em;
}
