html, body{font-family: Impact, Charcoal, sans-serif;
		    height: 100%;
		    width: 100%;
   			 background-color: black;
   			}
#index2{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
}

@media screen and (min-width: 1100px){
body{
    background-image: url(https://i.redd.it/ofhj6i9k9sey.jpg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;}
h1{ 
	color: white;
	font-size: 40px;
	padding-left: 400px;
padding-top: 530px;}
}

@media screen and (max-width: 1099px){
body{
    background-image: url(https://i.redd.it/ofhj6i9k9sey.jpg);
    background-position: center;
    background-repeat: no-repeat;
background-color: white;}
h1{ 
	color: black;
	font-size: 27px;
	padding-top: 50px;}
}