/* Add any custom styles for the static site here */
.site-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}
.site-github {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.welcome-section {
    text-align: center;
    margin-bottom: 2.5rem;
}
.welcome-title {
    font-size: 2rem;
    color: #111;
    margin-bottom: 0.5rem;
}
.welcome-desc {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 1.5rem auto;
    color: #222;
}
.project-section {
    background: #fafafa;
    border-radius: 8px;
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.project-section h3 {
    color: #111;
    margin-bottom: 0.5rem;
}
.project-link {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    text-decoration: none;
    background: #111;
    color: #fff !important;
    transition: background 0.2s;
}
.project-link.alt {
    background: #222;
}
.project-link:hover {
    background: #333;
}
.project-github {
    margin: 0.5rem 0 1rem 0;
}
.github-link {
    color: #888;
    text-decoration: underline;
    font-size: 1rem;
}
.project-list {
    list-style: square inside;
    color: #222;
    font-size: 1rem;
    margin: 1rem auto 0 auto;
    max-width: 500px;
    text-align: left;
}
footer {
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    color: #444;
    margin-top: 3rem;
}
