<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image {
  background-image: url("/img/mainBackground.png");
  height: 100vh;
  width: 100vw;
  background-position: center;
  margin: auto;
  position: relative;
  background-color: #e7f6fd;
  background-size: cover;
}
.color {
  position: relative;
  background-color: #e7f6fd;
}
</pre></body></html>