/*body { background: #6B4E28; !important; margin-top: 10px; margin-bottom: 5.250px;  margin-left: 0px !important; overflow-x: hidden;}
@media screen and (max-width: 500px) {
	body::after { background: url(justme.png);
	background-color: rgba(0,0,0,0.5);
	background-position: right !important;
	zoom: .9;
	width: 100%;
	height: 100%;
	z-index: -10;
	content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}}
@media screen and (min-width: 500px) {
	body::after { background: url(justme.png);
	background-color: rgba(0,0,0,0.5);
	background-position: right !important;
	zoom: 1.6;
	width: 100%;
	height: 100%;
	z-index: -10;
	content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}}

@media screen and (min-width: 834px) {
	body::after { background: url(justme.png);
	background-color: rgba(0,0,0,0.5);
	background-position: right !important;
	zoom: 1.8;
	width: 100%;
	height: 100%;
	z-index: -10;
	content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}}*/
body { background: #6B4E28; !important; margin-top: 10px; margin-bottom: 5.250px;  margin-left: 0px !important; overflow-x: hidden;}


	body::after { background: url(justme.png);
	background-color: rgba(0,0,0,0.5);
	background-position: right !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; }
  
	
	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 (min-width: 1025px) {
.move { margin-left: 7px !important; }}

@media screen and (max-width: 1024px) {
.move2 { margin-left: -7px !important; }}