*, *::before, *::after { box-sizing: border-box; } body { line-height: 1.45; -webkit-font-smoothing: antialiased; } img, picture, video, canvas, svg { display: block; height: auto; max-width: 100%; } input, button, textarea, select { font: inherit; margin: 0; } iframe { border: 0; }


html, body {
  height: 100%;
}
body {
  margin: 0;
  overflow: hidden;
  background: #aa0055;
}
@font-face {
  font-family: "homoneta";
  src: url(font/homoneta-Regular.woff2) format(truetype);
}
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;
}
section {
  position: absolute;
  height: 100dvh;
  top: 0;
  left: 0;
  width: 100%;
  /* transform: translateX(calc( var(--scroll,0) * var(--speed) * -1px));
  width: calc(var(--width) * 1px); */
}


nav {
  position: fixed;
  z-index: 1;
  top: 0;
}

path {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round; 
  stroke-linejoin: round;
}

article p {
  font-family: "homoneta";
  font-size: calc(1.5em + 3vw);
  line-height: 1.2;
  color: white;
  max-width: 20ch;
}
nav {
  display: flex;
  gap: .5em;
  padding: .5em;
}
nav a {
  font-family: "homoneta";
  font-size: 2em;
  line-height: 1;
  color: white;
  text-decoration: none;
}
#a1 {
  background: url(images/IMG_1064.png) ;
  background-size: 677px;

}
#a3{
   background: url(images/IMG_1067.png) ;
  background-size: 677px;
}
#a5{
   background: url(images/IMG_1064.png) ;
  background-size: 677px;
}
#a7{
   background: url(images/IMG_1067.png) ;
  background-size: 677px;
}
#a9{
   background: url(images/IMG_1064.png) ;
  background-size: 677px;
}
#a11{
   background: url(images/IMG_1067.png) ;
  background-size: 677px;
}
#a13{
   background: url(images/IMG_1064.png) ;
  background-size: 677px;
}
#a15{
   background: url(images/IMG_1067.png) ;
  background-size: 677px;
}
#a17{
   background: url(images/IMG_1064.png) ;
  background-size: 677px;
}
#a19{
   background: url(images/IMG_1067.png) ;
  background-size: 677px;
}

