.footer {
  position: fixed;
  width: 50%;
  bottom: -5px;
  right: 15px;
}

.footer p {
  color: black;
  padding-left: 5px;
}

a:hover p {
  color: white;
}

line,
rect {
  stroke:black;
  stroke-width:1;
  fill: rgba(255, 255, 255, 0.5);
}

#key-edit {
  display: flex;
  position: fixed;
  left: 20px;
  bottom: 20px;
  font-size: 1.5rem;
  gap: 1rem;
}

#keywords,
#edit,
#manual {
  background: radial-gradient(circle at center, white 10%, rgba(255,255,255, 0.1) 90%);
}
