body { background: #000; !important; margin-top: 10px; margin-bottom: 5.250px; margin-left: 0px !important; overflow-x: hidden;}
	body::after {background: url(ocean.png);
	background-color: rgba(0,0,0,0.5);
	background-position: middle !important;
	
	background-size: cover;
	width: 100%;
	height: 100vh;
	z-index: -10;
	content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  }
  
  
  
  @media screen and (min-width: 1025px) {
	  body { background: #070707; !important; margin-top: 10px; margin-bottom: 5.250px; margin-left: 0px !important; overflow-x: hidden;}
	body::after {background: url(ocean.png);
	/*background-color: rgba(0,0,0,0.5);*/
	background-position: middle !important;
	background-size: cover;
	
	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; overflow-x: hidden;}
	body::after {background: url(ocean.png);
	/*background-color: rgba(0,0,0,0.5);*/
	background-position: middle !important;
	background-size: cover;
	
	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: #FFFFFF !important; }
	
	
table,td,h1,h2,h3,h4,h5,h6{
    color: #FFFFFF !important;
	font-weight: bold !important;
	font-family: Arial !important;
	
}

table { background-color: transparent !important ; }

pre { 
margin: 10px; 
line-height: 1.5;
color: #FFFFFF !important;
	font-weight: bold !important;
	font-family: Arial !important;
	font-size: 18px !important;
 }
 p {
	 margin-left: 5px !important;
	color: #FFFFFF !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;
}

pre { width: 90% !important; background: #16597080 !important; padding: 20px !important; margin: auto !important;}
