/* Styles for documents pages such as terms of service, privacy policy etc. */

main {
  padding: 0rem 1rem 1rem 1rem;
  font-family: "Roboto", sans-serif;
}

body {
  max-width: 1040px;
  margin: auto;
}

h1 {
  text-align: center;
}
