/* Public landing page styles for kobayashihiroki.jp.
   v3.4.1: extracted from index.html's inline <style> so the strict
   CSP (`style-src 'self'`) actually applies these rules. The page
   only displays a single mailto link — see public/index.html. */
body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #ffffff;
  font-family: sans-serif;
}

.mail {
  color: #111111;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
