html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-color: black; 
    width: 100vw;
    width: 100svw; 
    background-position: top ; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */

    padding: 0;
	margin: 0px;
	color: #FFFFFF ;
	font-size:14px ; 
    
}
 
body a{
	color: #Ffffff ;
	text-decoration : none ;
}


body a:link  {
	color :#FBDADA  
}

body a:visited {
	color: #CFF9DA 
}

body a:hover a:hover_effect{
	color: #F83437 
}

body a:active {
	color:#46F86B 
}

.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}


.smaller {
	font: 100%/1.2 ;
	font-size: 12px ;

}
	
.smaller a:link  {
	color :#FBDADA  
}

.smaller a:visited {
	color: #CFF9DA 
}

.smaller a:hover {
	color: #F83437 
}

.smaller a:active {
	color:#46F86B 
}
	
