body {
  background-color: rgb(95, 231, 190);
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

#titel {
  font-size: 5vw;
  background-color: rgb(95, 231, 190);
  width: 98%;
  height: 110px;
  margin: auto;
  padding-top: 5px;
  text-align: center;
  letter-spacing: 1vw;
  text-decoration: underline;
  border-radius: 25px;
}

#untertitel {
  font-size: 0.8vw;
  color: black;
  text-decoration: none;
  text-align: right;
  letter-spacing: 0vw;
}

#container {
  display: flex;
  flex-direction: column;
  height: 90%;
  width: 100%;
}

#zahlenContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 98%;
  margin-bottom: 0px;
  margin-left: 1%;
}


.gezogeneZahl {
  font-size: 28vw;
  align-items: center;
  text-align: center;
  width: 65%;
  height: 70vh;
  margin-bottom: 3px;
  margin-top: 3px;
  background-color: blue;
  color: yellow;
  border-radius: 25px;
}

.ende {
  font-size: 14vw;
  align-items: center;
  text-align: center;
  background-color: blue;
  color: red;
  text-decoration: dotted underline;
}

#bereitsGezogen {
  font-size: 1.2vw;
  align-items: center;
  text-align: left;
  width: 35%;
  height: 70vh;
  margin-bottom: 3px;
  margin-top: 3px;
  /* background-color: lightgreen; */
  background-color: rgb(231, 227, 147);
  color: black;
  border-radius: 25px;
}

.bereitsgezZahl {
  font-size: 1vw;
  text-decoration: underline;
  margin-bottom: 5px;
  padding: 5px;
}

.bingoZahl {
  text-decoration: underline;
  color: blue;
  font-size: 1.5vw;
  padding-left: 20px;
}

.bZahlen {
  text-decoration: none;
  font-size: 1vw;
  color: black;
  padding-left: 20px;
}

#actionButtons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3vw;
  background-color: rgb(95, 231, 190);
  width: 98%;
  height: 150px;
  margin: auto;
  text-align: center;
  border-radius: 25px;
}

button:nth-child(2) {
  margin: 0 auto;
}

.button {
  width: 33%;
  margin-bottom: 20px;
  background-color: rgb(23, 119, 26);
  justify-content: space-between;
  color: white;
  width: 300px;
  height: 80px;
  margin-top: 5px;
  border: none;
  border-radius: 10px;
  font-size: 2vw;
  font-weight: bold;
  cursor: pointer;
}

.button:hover {
  background-color: white;
  color: rgb(23, 119, 26);
}

.neuesSpiel {
  margin-left: 1%;
}

.zahlZiehen {
  justify-content: center;
  align-items: center;
  margin-left: 1%;
}

#zahlZiehen:disabled {
  background-color: grey;
  color: black;
}

#neuesSpiel:disabled {
  background-color: grey;
  color: black;
}

.abbrechen {
  background-color: rgb(243, 61, 48);
  margin-right: 1%;
}

.abbrechen:hover {
  background-color: white;
  color: rgb(243, 61, 48);
}

.letzteZahl {
  margin-left: 20px;
  color: red;
  font-size: 1.5vw;
  font-weight: bolder;
}

#letzteZahl {
  color: blue;
}

#laengeGezZahlen {
  color: black;
}