body {
  font-family: Arial, sans-serif;
  max-width: 700px;
  margin: 40px auto;
  background-color: #b7cded;
  color: #333;
  padding: 20px;
}

header {
  text-align: center;
  margin-bottom: 30px;
}

.photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

h1 {
  color: #003366;
}

h2 {
  color: #005599;
  border-bottom: 1px solid #201d1d;
  padding-bottom: 5px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  margin: 8px 0;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  color: #777;
}
