.footer {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 100%;

  margin-bottom: 10px;
  padding-right: 40px;
  font-size: 14px;
  text-align: left;

  display: flex;
  justify-content: flex-end;

  gap: 25px;
}

.footer a {
  color: #ffff;
}
