* {
	margin: 100;
	padding: 100;
	border: none;
	font-family: Arial, sans-serif;
}

.bg {
	background-image: url("construction.JPG");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body {
	font-size: 14px;
	background-color: #4caf90;
}

body, html {
	height: 100%;
}
