*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body{
	background-image:url('img1.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top;
	}
	
	h1{ 
	/* border: 3px black solid; */
	color: white;
	text-shadow: -5px 5px 4px #000000;
	font-size:80px;
	font-weight:bold;
	margin:20px;
	padding: 20px;
	}

.spacebox {
	height: 200px;
	}	

.box1	{
	float: right;
	margin: 100px;
	padding: 20px;
	color:rgb(240, 241, 214);
	text-shadow: -2px 2px 4px #000000;
	font-size:30px;
	font-weight:bold;
	justify-items: center;
	}


footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: left;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: linear-gradient(rgb(0, 0, 0), rgb(37, 37, 37));
	}

	.f1{
		padding-left: 50px;
	}

	.f2{
		padding-left: 50px;
	}


a:link{
	text-decoration: none;
	color: antiquewhite;
	}

a:visited{
	text-decoration: none;
	color: antiquewhite;
	}

a:hover {
	color: black;
	
	}

a:active {
	text-decoration: none;
	color: antiquewhite;
	}



@media(min-width:500px) {
	.spacebox{
	height: 50px; 
	}
	h1{
		padding-left: 100px;
		font-size:100px;
	}
}	

	@media(min-width:1200px) {
		.spacebox{
		height: 300px; 
		}
		h1{
			padding-left: 100px;
			font-size:100px;
		}
}