body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #000000;
}

main {
  overflow: hidden;
  overflow-x: scroll;
  display: flex;
}

article {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  min-width: 100vw;
  position: relative;
  z-index: 1;
}


nav {
  position: fixed;
  z-index: 1;
  top: 0;
  color: white;
  font-family: "banana" ;
}


@font-face {
  font-family: "nudlesregular";
  src: url("nudlesregular.woff") format("woff");
}
@font-face {
  font-family: "banana";
  src: url("banana.woff2") format("woff2");
}



article p {
  font-family: "nudlesregular";
  font-size: 300%;
  line-height: 1.2;
  color: white;
  max-width: 20ch;
}
