Minji Jung

Brooklyn, NY. Treasury & operations by day, building small things on the side.

:root { --bg: #fafaf8; --text: #1a1a1a; --text-dim: #6b6b6b; --accent: #b3552f; --line: #e4e0d8; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; } body { background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; min-height: 100vh; display: flex; flex-direction: column; } .wrap { max-width: 640px; margin: 0 auto; padding: 20px; flex: 1; display: flex; flex-direction: column; justify-content: center; } h1 { font-size: clamp(1.8rem, 6vw, 2.6rem); margin: 0 0 8px; letter-spacing: -0.01em; } .tagline { color: var(--text-dim); font-size: 1.05rem; margin: 0 0 32px; line-height: 1.5; } nav { display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--line); padding-top: 24px; } nav a { color: var(--text); text-decoration: none; padding: 10px 16px; border: 1px solid var(--line); border-radius: 6px; font-size: 0.95rem; transition: border-color 0.15s ease, background 0.15s ease; } nav a:hover { border-color: var(--accent); background: #fff; } footer { text-align: center; padding: 24px 20px; color: var(--text-dim); font-size: 0.8rem; }

Minji Jung

Brooklyn, NY. Treasury & operations by day, building small things on the side.