footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgb(43, 41, 41) 0%, rgb(39, 38, 38) 100%);
  border-radius: 15px 0px 0px 15px;
  filter: blur(8px);
}

#footer div {
  display: flex;
  flex-direction: column;
  padding: 15px 8px;
}

#footer a {
  margin-bottom: 20px;
}

#footer a:last-child {
  margin-bottom: 0px;
}

#footer a {
  position: relative;
}

#footer img {
  height: 24px;
}
