*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  width: 100vw;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  margin-top: 16px;
}

#root,
#__next {
  isolation: isolate;
}

nav {
  margin-bottom: 24px;
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

body {
  padding: 24px;
  font-family: "Trebuchet MS", sans-serif;
}

p {
  margin-top: 1rem;
}

a {
  color: inherit;
}

ul li {
  margin-left: 16px;
}

#hero {
  width: 100%;
  height: 80vh;
  text-align: center;
}

#container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 100%;
  width: 100%;
}
