.a, table, th, td, div, tr, h1, h3, p{
	box-sizing: border-box;
	margin: 0px; padding: 0px; border: 0px;
}
html{
	height: 100%;
	width: 100%;
}
body{
	box-sizing: border-box;
	margin: 0px; padding: 0px; border: 0px;
	position: absolute;
	height: 100%; 
	width: 100%; 
}
.rightDiv{
	background: linear-gradient(#000000, #8600b3);
	width: 50%;
	height: 100%;
	float: left;
}
.leftDiv{
	background: linear-gradient(#000000, #434F47);
	width: 50%;
	height: 100%;
	float:left
}
.newWeb{
	margin: 20%;
	height: 25%;
	width: 25%;
	background: #b800e6;
	float: left;
	text-align: center;
	border-radius: 25px;
	box-shadow: 5px 5px 5px;
}
.oldWeb{
	margin-top :20%;
	margin-left:55%;
	height: 25%;
	width: 25%;
	background: #B8B2B2;
	float: left;
	text-align: center;
	border-radius: 25px;
	box-shadow: 5px 5px 5px;
}
.textAlign{
	margin:25%;
}