footer {
  background-color: rgb(27, 27, 27);
  color: white;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.ansvarsfullt-spelande-container {
  max-width: 225px;
  text-align: left;
}

.viktig-information-container {
  max-width: 225px;
  text-align: left;
}

.footer-information-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer-rubrik {
  font-weight: normal;
  font-size: 20px;
  padding: 0;
  margin: 30px 0px 5px 0px;
}

.footer-paragraf {
  font-weight: normal;
  font-size: 11px;
  padding: 0;
  margin: 0;
  color: rgb(255, 255, 255);
}

.footer-pictures-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 150px;
}

.footer-pictures-container a {
  display: block;
}

.footer-pictures-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-information-container-2 {
  margin: 0 auto;
  font-weight: lighter;

  font-size: 10px;
  padding: 0;
  text-decoration: none;
  color: white;
}

.footer-information-container-2 a {
  color: rgb(255, 255, 255);
}

.age-limit img {
  width: 40px;
  height: auto;
  margin-top: 5px;
}
