body {
  font-family: sans-serif;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #264ED9;
  text-decoration: none;
}

.center-column {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}

header {
  background: #FFFFFF;
}

section {
  background: #AEB8F1;
}

section * {
  color: rgba(0, 0, 0, 0.85);
}

header .center-column,
.brand {
  display: flex;
  justify-content: space-between;
}

.brand svg {
  height: 48px;
  width: auto;
}

.brand h1 {
  margin: 0;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
