:root {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f6ffc1;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 0.5rem 0 0.5rem;
}

body,
html {
  margin: 0;
  padding: 0;
  display: flex;
  place-items: center;
  /* min-width: 320px; */
  word-break: normal;
  justify-content: center;
  /* max-width: 100vw; */
  scroll-behavior: smooth;
}

h1 {
  font-size: 4rem;
  text-align: center;
}

h2 {
  font-size: 4rem;
}

h1,
h2,
h3,
h4 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

p,
a {
  font-family: sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  display: inline-block;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

footer {
  font-size: 3.5rem;
}

hr {
  border: solid black 1px;
}