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

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 768px;
  min-height: 100vh;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
}

.footer-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 768px;
}

#logo {
  position: absolute;
  top: min(6.75vw, 26px);
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  z-index: 1;
}

#footer-logo {
  position: absolute;
  bottom: 3.25%;
  left: 1.3%;
  width: 15.6%;
  z-index: 1;
}

img[alt="cs"] {
  position: fixed;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 80px;
}
