body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  color: #212529; }

html, body {
  height: 100%;
  margin: 0; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-height: 100vh; }

.site-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start; }

.site-footer {
  text-align: center;
  padding: 1rem 0;
  color: #6c757d; }

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 1rem; }

h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem; }

.text-muted {
  color: #6c757d; }

footer {
  margin-top: 3rem;
  font-size: 0.875rem;
  color: #6c757d;
  text-align: center; }

.headshot {
  width: 150px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50% / 50%;
  border: 8px solid #f2f2f2;
  display: block;
  margin: 0 auto; }

.links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem; }

.social-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block; }

.contact {
  margin-top: 1.5rem;
  text-align: center; }

.contact-link {
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .contact-link:hover {
    text-decoration: none; }
