* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    padding: 2rem 1rem;
}

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

header {
    margin-bottom: 3rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #222;
}

.description {
    font-size: 1.1rem;
    color: #666;
}

main {
    margin-top: 2rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333;
}

.project-list {
    list-style: none;
}

.project-list li {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.project-list li:last-child {
    border-bottom: none;
}

.project-list a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0066cc;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}

.project-list a:hover {
    color: #0052a3;
    text-decoration: underline;
}

.project-description {
    display: block;
    font-size: 0.95rem;
    color: #666;
}
