body {
  font-family: sans-serif;
  text-align: center;
  padding: 2rem;
  background-color:orange;
}



#letter {
  font-size: 10rem;
  margin: 2rem 0;
}
#neu___ {
	font-size: 2rem;
	 height: 50px;
}	
#antwort {
	font-size: 2rem;
	 height: 70px;
	 margin:10px;
	 border-radius: 10px;
	 background-color:#df5f5f;
}	

#buchstabenverlauf {
  white-space: pre-line;
}


.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 96px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 30px;
	font-weight: bold;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}


 .zeile {
    display: flex;
    margin: 2px 0;
	padding:2px;
	//background-color: green;
	align-items: center;
  }
  .spalte {
    padding: 4px 8px;
	background-color: red;
  }
  .wert_obere_zeile {
    flex: 1;
    background-color: #e59595;
    border-radius: 4px;
	margin:2px;
	padding:2px;

  }
  .wert_obere_zeile_final {
    flex: 1;
    background-color: #95e595;
    border-radius: 4px;
	margin:2px;
	padding:2px;

  }
  .label_obere_zeile {
    font-weight: bold;
    min-width: 80px;
    color: #333;
	background-color:yellow;
	border-radius: 4px;
	margin:2px;
	padding:2px;
	vertical-align:middle;
  }
 .label {
	 font-size: 24px;
    font-weight: bold;
    min-width: 80px;
    color: #333;
	background-color:yellow;
	border-radius: 4px;
	margin:2px;
	padding:2px;
  }
  .wert {
		font-size: 24px;
    flex: 1;
    background-color: #a5a5f5;
    border-radius: 4px;
	margin:2px;
	padding:2px;

  }
