body {
  margin: 0;
  overflow: hidden;
  height: 100vh;
}

#footer {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  color: #000;
}
