body {
  background: rgb(39, 39, 39);
  color: white;
  font-family: "Open sans", sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: minmax(0, 1fr);
}

.top2-container {
  background-color: rgb(27, 27, 27);
  margin: 0;
  display: flex;
  flex-direction: column;
}

.rubrik-container {
  max-width: 80%;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.titel {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-top: 150px;
  padding: 0;
}

.underrubrik {
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  justify-content: center;
  margin-top: -20px;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  max-width: calc((220px * 5) + (20px * 4));
  margin: 0 auto;
}

.bonus-container {
  flex: 0 1 220px;
  width: 220px;
  height: 315px;
  text-align: center;
  margin-bottom: 12px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.bild {
  width: 220px;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: block;
}

.bonus-container2 {
  justify-content: center;
  display: flex;
  gap: 7px;
}

.bonus-container22 {
  width: 100px;
  font-weight: bold;
}

.bonus-pengar-main {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.bonus-pengar-secondary {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.bonus-pengar-third {
  font-size: 8px;
  font-weight: 100;
  margin-bottom: 0;
  margin-top: 10px;
}

.get-bonus-container {
  margin-top: 25px;
}

.get-bonus-button {
  text-decoration: none;
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding: 8px 27px;
  background-color: rgb(52, 185, 65);
  border-radius: 7px;
  outline: 1px solid rgb(39, 163, 52);
  outline-offset: -1px;
  box-shadow: 0 0 30px rgba(0, 255, 26, 0.1);
  transition:
    box-shadow 0.3s ease,
    box-shadow 0.3s;
}

.get-bonus-button:hover {
  background-color: rgb(62, 212, 77);
  box-shadow: 0 0 30px rgba(62, 212, 77, 0.3);
}

.disclaimer-container {
  margin: 0 auto;
  width: 200px;
}

.disclaimer-text {
  margin-top: 23px;
  font-size: 8px;
  font-weight: 100;
}

.disclaimer-link {
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-top: 23px;
  font-size: 8px;
  font-weight: 100;
}
