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

#index3{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
}

@media screen and (min-width: 1100px){
body{
    background-image: url(https://i.pinimg.com/originals/48/b0/e1/48b0e125a472d5f3c4bfa158cc47da2e.jpg);
    background-position: center;
    background-repeat: no-repeat;
background-color: grey;
background-size: cover;}

h1{ 
	color: pink;
	font-size: 40px;
	padding-left: 400px;
padding-top: 530px;}
}

@media screen and (max-width: 1099px){
body{
    background-image: url(https://i.pinimg.com/originals/48/b0/e1/48b0e125a472d5f3c4bfa158cc47da2e.jpg); 
        background-position: bottom left;
    background-repeat: no-repeat;
background-color: white;
height: 100%;
width: 100%;
}
h1{ 
	color: black;
	font-size: 27px;
	padding-top: 50px;}
}