* {
  margin: 0;
  padding: 0;
  line-height: 1;
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
  font-family: "neutronic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "neutronic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1.branding {
  font-size: 2rem;
}

.branding {
  margin: 0 auto;
  margin-top: 200px;
  max-width: 800px;
  text-align: center;
}
