html {
  border-top: 10px solid #005577;
}

body {
  margin: 50px auto;
  padding: 12px;
  font-family: sans-serif;
  font-size: 17px;
  overflow-wrap: break-word;
  line-height: 1.4;
  max-width: 650px;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}