body {overflow-x: hidden }
:root {
  --zigzag-regular-aalt: "aalt" off;
  --zigzag-regular-cswh: "cswh" off;
  --zigzag-regular-titl: "titl" off;
}
#pk {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: span 3;
    gap:1em;
    margin-bottom: 2em;
}
.pechakucha {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: .5em;
    line-height: 1.25;
	font-family: xanhmono;
  	padding:2em;
}
small {
    font-size: 16px;
    display: block;
    line-height: 1.25;
}
a{ color:currentColor }
a.button {
  --zigzag-regular-aalt: "aalt" off;
  --zigzag-regular-cswh: "cswh" on;
  font-feature-settings: var(--zigzag-regular-aalt),var(--zigzag-regular-cswh),var(--zigzag-regular-titl);
  display: block;
  position: fixed;
  top: 1em;
  left: 1em;
  background: linear-gradient(32deg, red, yellow);
  text-transform: uppercase;
  color: white;
  font-size: 6vw;
  border-radius: 1em;
  text-decoration: none;
  line-height: 1;
  font-family: zigzag-not-rounded;
  width: min-content;
  white-space: nowrap;
  padding: 0.15em .5em 0;
  z-index: 2;
  transform: rotate(-6deg);
}
a.button.small {
  position: static;
  font-size:1em;
  transform: rotate(4deg);
  display: inline-block
}

.pechakucha article {
    font-size: calc(.5em + 1.5vw);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-flow: dense;
    gap:1em;
    margin-bottom: 2em;
}
.pechakucha a{
    /* word-break: break-all */
}
.pechakucha article p {
    margin: 0;
    transform-origin: 0 0;

}
.pechakucha h2 {
    font-size: 3vw;
    font-weight: normal;
    margin: 0;
    transform-origin: 0 0;
  font-family: zigzag-not-rounded;
  text-transform:uppercase;
}

.pechakucha h1 {
    padding-top: .15em;
  width: 100%;
  font-size: 12vw;
  font-weight: bold;
  transform-origin: 0 0;
  margin: 0 0 .15em 0;
  line-height: .9;
  font-family: zigzag-not-rounded;
  text-transform: uppercase;
  line-height: .5;

}
.pechakucha h1 span{
    transform-origin: 0 0;
  transform: scale(1.5, .6);
  display: block;
}
.pechakucha h1 span + span{
    transform-origin: 100% 0;
    text-align: right
}

.pechakucha section p {
    font-size: calc(.5em + 1.5vw);
    margin: 0;
    transform-origin: 0 0;

}