footer {
  scroll-snap-align: start;
  color: #fff;
  text-align: center;
  background: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8svh;
  min-height: 100vh;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

footer div {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 36px;
  display: flex;
}

footer div a {
  border-radius: 8px;
  padding: 6px;
  transition: transform .3s, background .3s;
  position: relative;
}

footer div a.github {
  border-radius: 50%;
  padding: 5px 6px 7px;
}

footer div a img {
  width: 64px;
  display: block;
}

footer div a img.codepen {
  width: 138px;
}

footer div a .label {
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 14px;
  transition: opacity .3s;
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  left: -100px;
  right: -100px;
}

footer div a:focus {
  outline: none;
}

footer div a:focus-visible {
  background: #222;
  transform: scale(1.1);
}

footer div a:focus-visible .label {
  opacity: 1;
}

footer div a:hover {
  background: #222;
  transform: scale(1.1);
}

footer div a:hover .label {
  opacity: 1;
}

:is() .label {
  opacity: 1;
}

:root {
  --link-color: #fc9;
  --link-color-hover: #ffd6ae;
}

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

body {
  color: #fff;
  background: #000;
  margin: 0;
  font-family: system-ui;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

h1 {
  margin: 0;
  font-size: 40px;
}

h2 {
  margin-top: 60px;
  margin-bottom: 16px;
  font-size: 36px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 24px;
}

p {
  line-height: 1.6;
}

a, a:visited {
  color: var(--link-color);
}

a:hover {
  color: var(--link-color-hover);
}

.hidden {
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

/*# sourceMappingURL=index.60e5a5d8.css.map */
