
/* This is for the under construction page */

main.index{ /* The central box */
	border-radius: 25px;
	background-color: rgb(200,200,200);
	border: 2px solid;
	width: 60%;
	height: 800px;
	position: relative;
	left: 20%;
	top: 50px;
}

#wipmessage{ /* The message text */
	width:90%;
	padding-left: 5%;
}

/* Social media links */
#wipmessage div p{
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom:0;
}

#image{
	margin-top:5%;
	width: 50%;
	height: auto;
}