body {
  font-family: "helvetica now text", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "helvetica", sans-serif;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin: 1.25rem auto; /*This will center the container horizontally if max-width is specified */
  padding: 0rem 0rem;
}
