body {
  display: flex;
  justify-content: center;
  font-family: sans-serif;
}

#container {
  max-width: 576px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5vh;
}

p, a {
  text-align: center;
}

img#tas-gov-logo {
  margin: 1.5em 0;
  height: 10vh;
  min-height: 70px;
  max-height: 90px;
}
