
html {
  box-sizing: border-box;
}

body {
  font-family: segoe ui,Roboto,Oxygen-Sans,Cantarell,helvetica neue,Helvetica,sans-serif;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  font-weight: 500;
  color: #1565c0;
}

a:hover {
  text-decoration: underline;
}

.container {
  margin: 1rem auto;
  max-width: 90rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  flex-grow: 1;
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
}

.footer {
  text-align: left;
  border-top: 2px solid grey;
}
