<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#root,
#__next,
.App,
html,
body,
header.landing,
#intro {
  height: 100%
}
 
#intro {
  background: url("/img/bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1rem;
}

.bg-transparent {
	transition: 150ms ease;
	background: transparent !important;
}

.bg-transparent.scrolled {
	background: #3F51B5 !important;

}
.max-widht-50 {
	max-width: 50%;
}

</pre></body></html>