		body {
			background-image: url("https://images.squarespace-cdn.com/content/v1/56c4c8a92fe131b524a92782/1456101530585-S7PV7ZQCLYVGPNFNWMI7/philippines+scenery+%28115%29.jpg?format=1500w");
			text-align: center;
			background-attachment: fixed;
			margin: 0px;
		}

		.header {
			text-align: center;
			background-image: radial-gradient(circle at center, #808080, #000000);
			text-decoration-color: whitesmoke;
		}

		h1 {
			text-align: center;
			color: whitesmoke;
			text-shadow: -6px 7px 4px rgba(0,0,0,0.58);
		}

		img {
			border: 1px solid wood;
			border-radius: 4px;
			border-radius: 20px;
			
		}

		.box {
			border: 1px solid black;
			display: inline-block;
			width: 250px;
			background-color: #808080;
			margin: 10px;
			color: #000000;
						
		}

		img1 {
			width: 550px;
			background-color: #808080;
			margin: 5px;
			
		}

		.section {
			display: flex;
			align-content: center;
			text-align: center;
			margin-left: 317px;
			margin-top: 20px;

		}

		footer {
			border: 1px solid black;
			display: inline-block;
			width: 500px;
			background-color: #808080;
			margin: 20px;
		}