<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background:#828e95;
  padding:0px;
  margin:0px;
}

.goingup {
  width:1024px;
  margin-left:-512px;
  text-align:center;    
  height:100%;
  left:50%;
  background-color:#828e95;
  z-index:1000;
  top:0px;
  padding-top:200px;
  position:absolute;
}

p {
  padding: 2px 15px 0px;
}

img {
  border: none;
}

h1 {
  padding: 15px 15px 25px;
}

.lawn {
  width:1024px;
  position:absolute;
  left:-100%;
  display:none;
  margin-top:-100%;
}

.helm {
  background-color:#ddd;
  color:#222;
}

.unending {
  position:relative;
  margin-top:-100%;
  width:1024px;
  background-color:#eee;
  left:-100%;
}

.firstofall {
  margin-top:-100%;
  position:relative;
  text-align:justify;
  left:-100%;
}</pre></body></html>