<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
}
</pre></body></html>