body {
  font-family: Arial, sans-serif;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 20px;
  background-color: #fafafa;
  color: #222;
}

header {
  text-align: center;
  margin-bottom: 10px;
}

header h1 {
  margin: 0;
  font-size: 2em;
  color: #004080;
}

header p {
  margin: 5px 0 15px;
  font-style: italic;
}

nav {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1em;
}

nav a {
  color: #004080;
  text-decoration: none;
  margin: 0 6px;
}

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

section {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.photo-container {
  text-align: center;
  margin-bottom: 20px;
}

.profile {
  width: 200px;
  height: auto;
  border-radius: 0; /* removed circular cropping */
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

footer {
  text-align: center;
  font-size: 0.9em;
  color: #555;
  margin-top: 30px;
}

footer a {
  color: #004080;
}
