body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.contact-icons {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.contact-icons a {
    color: #333;
    transition: opacity 0.2s;
}

.contact-icons a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.email {
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}