footer {
  padding: 50px 10px 30px;
  font-size: 1rem;
  text-align: center;
  position: relative;
}
footer.large {
  padding: 20px 0;
}
footer.stroke {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 20px 16px;
  text-align: left;
  margin-top: 50px;
}

footer .frog {
  position: absolute;
  top: -68px;
  right: 17%;
  height: 80px;
  width: 80px;
}

footer .social a {
  display: inline-flex;
  height: 1.8rem;
  width: 1.8rem;
  background: var(--pokpok-color-black);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin: 20px .2rem;
  outline: none;
  transition: box-shadow .15s;
}
footer .social a:focus-visible {
  box-shadow: 0 0 0 3px rgba(0,0,0,.3);
}
footer .social a img {
  height: 1rem;
  width: 1rem;
}

footer.large .social a {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 .2rem;
}
footer.large .social a img {
  height: 1.2rem;
  width: 1.2rem;
}

footer > span {
  opacity: .6;
  display: block;
  line-height: 1.2em;
}

footer .legal {
  font-size: .8rem;
  opacity: .6;
  line-height: 1.4em;
  padding-top: 20px;
}
footer.stroke .legal {
  padding-top: 0;
}
footer .legal span {
  display: block;
}
footer .legal a {
  text-decoration: none;
  color: inherit;
}
footer .legal a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  footer .frog {
    top: -50px;
    right: 30px;
    height: 60px;
    width: 60px;
  }
}
