.dice {
  width: 70px;
  height: 70px;
  border: 1px solid black;
  display: inline-block;
  margin: 5px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  
}

/* Formatierung des Textfeldes */
input[type="text"] {
  width: 100px;
  border: 1px solid #ccc; 
  border-radius: 4px; 
  padding: 8px;
  font-size: 16px; 
  font-weight: 700;
  color: #555; 
  text-align: center;
}

input[type="number"] {
  width: 100px;
  border: 1px solid #ccc; 
  border-radius: 4px; 
  padding: 8px;
  font-size: 16px; 
  color: #555; 
  text-align: center;
}

/* Formatierung des Textfeldes, wenn es aktiviert ist */
input[type="text"]:focus {
  outline: none; 
  border-color: #2c3e50; 
}

button {
  text-decoration: none;
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 12px 20px;
  margin-top: 0px;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  font-family: Arial, Helvetica, sans;

}
.noRame {
  border: 0px solid black;
  background-color: "white";
}
button:hover {
  transform: scale(0.97);
}
.wahlbutton {
  width: 95%;
  
  text-decoration: none;
  text-align: center;
  color: orangered;
  font-weight: bold;
  padding: 12px 20px;
  margin-top: 0px;
  font-size: 13px;
  border-radius: 5px;
  display: inline-block;
  font-family: Arial, Helvetica, sans;

}

table {
  border: 2px solid black;
  padding-inline-start: 0;
}

td {
  border: 1px solid black;
  text-align: center;
  font-size: 20px;
}

div {
  text-align: center;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  text-shadow: 2px 2px #fff;
  border-bottom: 3px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

th {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1px;
  margin-bottom: 1px;
}