/* CSS Document */
html{
	background-image: url("../images/construction.jpg");
	background-size: cover;
}
body{
	width: 99vw;
	background-image: url("../images/construction.jpg");
	background-size: cover;
	background-color: aqua;
}

