body {
  font-family: 'Georgia', 'Helvetica Neue', serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  background: #FDF7F0;
  color: #222;
  line-height: 1.6;
}

a {
  color: #007acc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.header {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.left {
  flex: 1 1 250px;
  text-align: center;
}

.profile-pic {
  width: 260px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.links {
  margin-top: 10px;
  font-size: 0.95rem;
}

.right {
  flex: 2 1 400px;
}

.section {
  margin-top: 50px;
}

.section h2 {
  margin-bottom: 0.4rem;
}

ul {
  padding-left: 20px;
}


h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.3em;
}

p {
  font-size: 1.05rem;
  margin-bottom: 1.1em;
}

ul li {
  margin-bottom: 0.8em;
}


.email {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.95rem;
  color: #444;
}

.award {
    color: #c17900;  /* A gold/bronze color */
}

.footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    font-size: 0.9em;
    color: #666;
}

.footer a {
    color: #2962ff;
    text-decoration: underline;
}

.footer a:hover {
    color: #1565c0;
}
