html, body {
  height: 100%;
  width: 100%;
}

.option{
  width: 30%;
  height: 120px;
  display: none;
}

.anzeige{
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: 66px;
  padding: 15px;
  margin: 0px;
}

.score{
  background-color: rgb(180, 180, 180);
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: 200px;
  padding: 15px;
  margin: 0px;
}
