<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
} */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index:-100;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

#section {
	background-color: #FFF;
	background: rgba(255,255,255,0.6);
	width: 840px;
	position: absolute;
	right: 218px;
	bottom: -775px;
	padding: 12px;
	border-radius: 10px;
	size: portrait
}
#whatsnext {
	background-color: #FFF;
	background: rgba(255,255,255,0.6);
	width: 968px;
	position: absolute;
	right: 40px;
	bottom: 283px;
	padding: 12px;
	border-radius: 10px;
	height: 584px;
}
.nmrbutton {
	background-color: #FFF;
	background: rgba(255,255,255,0.6);
	position: absolute;
	width: 300px;
	padding: 12px;
	border-radius: 10px;
	left: 131px;
	top: 939px;
}
#textbox {
	background-color: #FFF;
	background: rgba(255,255,255,0.6);
	position: absolute;
	width: 300px;
	height: 100px;
	padding: 12px;
	border-radius: 10px;
}

#main_text2 {
	background-color: #FFF;
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
	border-color:#000
}
#main_text3 {
	background-color: #666;
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
	border-color:#000
	position: absolute;
	top: 483px;
	left: 50px;
}
#main_text4 {
	background-color: #666;
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
	border-color:#000
	position: absolute;
	top: 583px;
	left: 50px;
}
#main_text5 {
	background-color: #666;
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
	border-color:#000
	position: absolute;
	top: 583px;
	left: 50px;
}#main_text6 {
	background-color: #666;
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
	border-color:#000
	position: absolute;
	top: 583px;
	left: 50px;
}
</pre></body></html>