<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family:arial;
}
#label {
  font-size: 30px;
  text-align: center;
}

#image {
  background-image: url("/res/messe_berlin-background.png");
  background-repeat: no-repeat;
  width: 100%; /*or your image's width*/
  height: 50%; /*or your image's height*/
  margin: 0;
  padding: 0;
  background-position: center;
}

#sublabel {
  font-size: 20px;
  text-align: center;
}

#description {
  font-size: 16px;
}

#bottom {
  width: 100%;
  font-size: 20px;
  text-align: center;
}

#subscribe_button {
  cursor: pointer;
  font: 20px arial;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: #e75012;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 130%;
}
</pre></body></html>