body {
  margin: 0;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}
table {
  width: 100%;
  height: 75vh;
  color: rgb(253, 9, 9);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  background-color: rgb(50, 50, 50);
}
td {
  background-color: rgb(26, 25, 25);
  width: 25%;
  text-align: center;
  font-size: 20px;
}
td:hover {
  background-color: rgb(104, 103, 102);
  cursor: pointer;
}
#resultArea {
	height: 25vh;
	color: white;
	font-size: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 24px;
	box-sizing: border-box;
	background-size: 300px, 700px, 300px;
	background-position: left, center, right;
	background-color: black;
  background-image: url("https://radiotrallacity.de/ilo/offen1.jpg"), url("https://radiotrallacity.de/Bannerneu.png"),url("https://radiotrallacity.de/ilo/offen2.png");;
  background-repeat: no-repeat,no-repeat, no-repeat;
}
#gleich:hover {
  background-color: rgb(18, 18, 192);
}
.farbe {
  background-color: rgb(29, 28, 28);
}
.farbe:hover {
  background-color: rgb(3, 80, 7);
}
#a {
  font-style: white;
}
#help {
  background-color: black;
  color: rgb(248, 10, 10);
  font-size: xx-large;
  text-align: center;
}