/* Layout without changing browser defaults */

body {
  max-width: 750px;
  margin: 2em auto;
  padding: 0 1em;
}

/* Language selector only */
.lang-selector {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: 1em;
}

/* Footer spacing only */
footer {
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  font-size: 0.9em;
}

/* Keep default link appearance */
a {
  color: #0645ad;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
