body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

h1, h2, h3 { color: #2c3e50; }
a { color: #3498db; text-decoration: none; }
a:hover { text-decoration: underline; }
pre { background: #f8f8f8; padding: 15px; border-radius: 5px; }
blockquote { border-left: 4px solid #3498db; margin: 0; padding-left: 20px; }

.profile-image {
    float: right;
    max-width: 25%;
    margin: -9rem 0 12rem 1.5rem; /* Negative top margin moves it up */
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
