@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Roboto&text=0123456789);

html,
body {
	max-width: 1500px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #2b2b2b;
	color: #ffffff;
	font-family: "Roboto", "Raleway";
}

#uop{
	width: 250px;
	height: 64px;
}

#canvas{
	width: 360px;
	height: 140px;
}

#mega{
	margin-bottom: 30px;
}

#power{
	width: 300px;
	height: 40px;
	margin-bottom: 30px;
}

#frezen{
	margin-top: 20px;
	width: 500px;
	height: 442px;
	margin-bottom: 40px;
}

.myButton{
	height:44px;
	width: 240px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #006ab4;
	border: 0;
	border-radius: 22px;
	margin-bottom: 20px;
	cursor: pointer;
}

.outer-div
{
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mid-div
{
	display: table-cell;
	vertical-align: middle;
}

.center-div
{
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px){
	body{
		max-width: 767px;
		width: 100%;
		height: 100%;
	}

	#mega{
		margin-bottom: 30px;
	}

	#uop{
		width: 200px;
		height: 52px;
	}

	#canvas{
		width: 360px;
		height: 130px;
	}

	#power{
		width: 250px;
		height: 33px;
		margin-bottom: 30px;
	}

	#frezen{
		margin-top: 20px;
		width: 400px;
		height: 354px;
		margin-bottom: 50px;
	}

	.myButton {
		font-size: 21px;
	}
}

@media only screen and (max-width: 480px){
	body{
		max-width: 480px;
		width: 100%;
		height: 100%;
	}

	#mega{
		margin-bottom: 30px;
	}

	#uop{
		width: 175px;
		height: 45px;
	}

	#canvas{
		width: 250px;
		height: 120px;
	}

	#power{
		width: 250px;
		height: 33px;
		margin-bottom: 30px;
	}

	#frezen{
		width: 300px;
		height: 265px;
		margin-bottom: 30px;
	}

	.myButton {
		height: 42px;
		width: 240px;
		border-radius: 21px;
		font-size: 20px;
	}
}