
@viewport {
     width: device-width ;
     zoom: 1.0 ;
}



body {
    background:linear-gradient(red,black);
    background-repeat:no repeat;
    color: #FFF;  
    background-position:0px 0px;
    background-size:100%;
    border: None;
    padding: 20px;
    background-clip: padding-box;
}

header  {  
	background-image:url("https://www.mydnavar.com/logo6.jpg");
        background-repeat:no-repeat;
	background-size:contain;
	background-size:6.8%;
	background-position:75px 0px;
}
h1{
	text-indent:300px;
        font-size:75px;
        color:blue;
}
h4 {    text-indent:140px;
        font-size:40px;
        color:black;
        top:50px;
}


h5 {    text-indent:100px;
        font-size:25px;
        color:blue;
        top:76px;
}


p.px {
    
	word-spacing:60px;
}
p {
	text-align:center;
	font:arial;
	font-size:30px;
	font-weight:bold;
	text-align:justified;
	color:white;
	text-position:20px 500px;
}

a:link {
	text-decoration:none;
	}

a:hover {
       color:white; 
	}

p2 {   
        text-align:center;
        text-indent:100px;
        font-size:30px;
        color:white;
        top:90px;
}



