body {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  max-width: 800px;
  margin: auto;
  padding: 2em;
  background-color: #f9f9f9;
  color: #333333;
  line-height: 1.6;
}
img.photo {
  float: right;
  max-width: 180px;
  margin-left: 20px;
  border-radius: 8px;
}
h1 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2em;
  color: #004080;
}
h2 {
  font-size: 20px;
  margin-top: 1.5em;
  color: #004080;
  background-color: #e6f0ff;
  padding: 0.4em;
  border-radius: 4px;
}
section {
  margin-bottom: 2em;
}
a {
  color: #004080;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  padding-left: 1.2em;
}
li {
  margin-bottom: 0.4em;
}
.language-switch {
  text-align: right;
  margin-bottom: 1em;
}
