body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
    color: #1a1a1a;
}

h1 {
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3rem;
    margin-top: 2rem;
}

p, li {
    margin-bottom: 1rem;
}

strong {
    color: #000;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.content {
    margin-top: 2rem;
}

.link-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.link-list li {
    margin-bottom: 1rem;
}

.link-list a {
    display: block;
    padding: 0.8rem;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.link-list a:hover {
    background-color: #0056b3;
    text-decoration: none;
}
