body {
    
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

.container {
    text-align: center;
}

h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
    color: #2c3e50;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.links {
    margin-top: 1rem;
}

a {
    color: #666;
    text-decoration: none;
    margin: 0 1rem;
    font-size: 0.9rem;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

h2 {
    color: #34495e;
    margin-top: 30px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    color: #666;
}

p {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}

