html, body{font-family: Impact, Charcoal, sans-serif;
		    height: 100%;
		    width: 100%;
   			 background-color: white;
   			}


@media screen and (min-width: 1100px){
body{
    background-image: url(https://i.ytimg.com/vi/4SSvhnDVWXI/maxresdefault.jpg);
    background-position: center;
    background-repeat: no-repeat;
background-color: grey;
background-size: cover;}
h1{ 
	color: red;
	font-size: 60px;
	padding-left: 100px;
padding-top: 530px;
text-align: center;}
}

@media screen and (max-width: 1099px){
body{
    background-image: url(https://i.ytimg.com/vi/4SSvhnDVWXI/maxresdefault.jpg); 
    background-position: center;
    background-repeat: no-repeat;
background-color: white;
height: 100%;
width: 100%;
}
h1{ 
	color: white;
	font-size: 30px;
	padding-top: 550px;
	padding-left: 40px;
text-align: center;}
}