body {
	margin: 0; padding: 0;
	1font: normal 14px tahoma;
	1text-align: center;
}
.style2 {
	font-weight: bold;
	font-size: 28px;
	color: #FF0066;
	text-align: center;
}
.style4 {
	color: #83B900;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
a {
	font: normal 13px/22px tahoma;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
.register { text-align: center; margin: 30px auto; }
.btn {
	display: inline-block;
	margin: 5px;
	padding: 7px 20px;
	border: solid 1px pink;
	border-radius: 10px;
	color: #fff;
	background-color: pink;
	text-decoration: none;
	font: bold 18px tahoma;
}
.btn:hover {
	background-color: red;
	text-decoration: none;
	color: #fff;
}
.btn2 {
	display: inline-block;
	margin: 5px;
	padding: 7px 20px;
	border-radius: 5px;
	color: #fff;
	background-color: #4267B2;
	text-decoration: none;
	font: normal 15px tahoma;
}
.btn2:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
.head {
	background-color: pink;
	padding: 10px;
	text-align: center;
	position: relative;
}
.head b {
	color: #fff;
	font: bold 22px tahoma;
	display: inline-block;
	width: 100%; max-width: 900px;
	text-align: left;
}
.foot {
	display: block; 
	margin: 0 auto; 
	padding: 10px; 

	text-align: center; 
	background: pink;
}
.undercon { text-align: center; position: relative; height: 100vh; }
.undercon div {
	padding: 20px;
	border-radius: 10px;
	background: pink;
	color: white;
	font: bold 20px tahoma;
	display: inline-block;
	position: relative;
	margin: 40vh auto 0;
}
