body {
  font-family: "Georgia", serif;
  background-color: #f8f8f8;
  color: #222;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 700px;
  margin: 2rem auto;
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

h2 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3em;
}
.nav-links {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}

.nav-links a {
  color: #003399;
  text-decoration: none;
  margin: 0 0.5rem;
}

.nav-links a:hover {
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  margin-bottom: 1rem;
  color: #003399;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}
.profile-pic {
  width: 200px;        /* You can change this number */
  height: auto;        /* Keeps proportions */
  display: block;
  margin: 0 auto 1rem; /* Centers the image */
}
