.footer-container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer {
  background-color: black;
  font-family: Arial;
  color: white;
  text-align: center;
  background-image: url("/resources/img/footerGame.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-position: left top;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.a-footer {
  text-decoration: none;
}

.a-footer:hover {
  background: transparent;
  text-decoration: none;
}

.hr-line {
  width: 50%;
}
