body {
  background-color: black;
  width: 100vw;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.heading {
  color: white;
  font-size: 64px;
  text-align: center;
}

.word {
  color: rosybrown;
  font-size: 32px;
  text-align: center;
  padding: 50px 0;
}

.stats {
  color: greenyellow;
  font-size: 32px;
  text-align: center;
  padding: 20px;
  font-weight: 700;
}

.stats_perc {
  color: yellow;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}

.stats_points {
  color: yellow;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  padding-bottom: 10px;
}

.knopf {
  padding: 30px;
  font-size: 25px;
  border-radius: 10px;
  margin: 20px;
  font-weight: 600;
  color: white;
  border: 2px solid lightgray;
}

.le {
  width: 133px;
  background-color: green;
}

.knopf:hover {
  border: 2px solid yellow;
  color: yellow;
  cursor: pointer;
}

.le:active {
  background-color: lightgreen;
}

.la {
  width: 133px;
  background-color: blue;
}

.la:active {
  background-color: lightblue;
}

.history {
  color: white;
  font-size: 20px;
}

.history td {
  padding: 5px;
}

.intro {
  color: rosybrown;
  font-size: 32px;
  text-align: center;
  padding: 50px;
}

.intro .knopf {
  padding: 20px;
  margin-top: 40px;
  background-color: lightgreen;
}

.result {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.result .knopf {
  padding: 20px;
  background-color: lightgreen;
}

.hidden {
  display: none;
}

.wide_cell {
  width: 200px;
}

.score {
  color: gold;
  font-size: 32px;
  padding: 37px;
  transition: 1s;
  font-weight: 900;
  text-align: center;
}

.score_desc {
  color: lightgray;
  font-size: small;
}

.classification {
  color: orange;
  font-size: 32px;
  text-align: center;
  padding: 20px 0;
  font-weight: 900;
  opacity: 0;
}

.fadein {
  transition: 2s;
  opacity: 1;
  color: lightgreen;
}

#info {
  font-weight: 600;
  color: #333;
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 8px;
  background-color: white;
  border-radius: 5px;
  width: 300px;
  line-height: 1.5;
  border: 2px solid #333;
  font-family: "Courier New", Courier, monospace;
  opacity: 0;
  transition: 1s;
}

.maximized {
  opacity: 1 !important;
  transition: 1s;
}

#info a {
  color: orange;
  text-decoration: none;
}

#infoicon {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 20px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
