
  
  
  @media screen and (min-width: 1025px) {
	  body { background: #070707; !important; margin-top: 10px; margin-bottom: 5.250px; margin-left: 0px !important; min-height: 150000 !important; overflow-x: hidden;}
	body::after {background: url(TheFirstDay.png);
	background-color: #44170D80;
	background-blend-mode: darken;
	background-position: middle !important;
	
	min-height: 150000px !important; 
	width: 100%;
	height: 100vh;
	z-index: -10;
	content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  }}
  img { display: inline-block; !important; }
  
  
  
	@media screen and (max-width: 1024px) {
	  body { background: #000; !important; margin-top: 10px; margin-bottom: 5.250px; margin-left: 0px !important; min-height: 150000 !important; overflow-x: hidden;}
	body::after {background: url(TheFirstDay2.png);
	background-color: #44170D80;
	background-blend-mode: darken;
	background-position: middle !important;
	background-size: 200%;
	min-height: 150000px !important; 
	width: 100%;
	height: 100vh;
	z-index: -10;
	content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  }}
  
  @media screen and (max-width: 767px) {
	  body { background: #000; !important; margin-top: 10px; margin-bottom: 5.250px; margin-left: 0px !important; min-height: 150000 !important; overflow-x: hidden;}
	body::after {background: url(TheFirstDay.png);
	background-color: #44170D80;
	background-blend-mode: darken;
	background-position: middle !important;
	min-height: 150000px !important; 
	width: 100%;
	height: 100vh;
	z-index: -10;
	content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  }}
	a, a:visited, a:active {text-decoration: none; outline: none; color: #FBD37A !important; }
	
	
table,td,h1,h2,h3,h4,h5,h6{
    color: #FBD37A !important;
	font-weight: bold !important;
	font-family: Arial !important;
	
}

table { background-color: transparent !important ; }

pre { 
margin: 10px; 
line-height: 1.5;
color: #FBD37A !important;
	font-weight: bold !important;
	font-family: Arial !important;
	font-size: 18px !important;
 }
 p {
	 margin-left: 5px !important;
	color: #FBD37A !important;
	font-weight: bold !important;
	font-family: Arial !important;
	font-size: 18px !important;
 }
	


@media screen and (max-width: 1024px) {
.resize { width: 100% !important; }}

body { margin: auto !important; }
body { padding-top: 10px !important;}

html,body { 
    /* For the scrollbar itself */
::-webkit-scrollbar {
  width: 11px !important;
}
/* For the scrollbar track */
::-webkit-scrollbar-track {
  background: #2c2c2c !important;
}
/* For the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #9f9f9f !important;
  border-radius: 7px !important;
}

html, body {
    scrollbar-color: dark #9f9f9f !important;
}

/*body::after {background: #44170D80 !important}*/
/*
pre{ 
    background: linear-gradient(to bottom, #fbd37a, #fbd37a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.1),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
			 */
			 
			 
