* {
    margin: 0;
    padding: 0;	
	text-align: center;
}
body{
    background: url("../ng/20200618160016178.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.wrapper{
	top: auto;
	bottom: auto;
	background-color: rgba(187, 205, 197, 0.9);
	margin: auto auto;
}
.wrapper div {
	display: none;
	position: absolute;
	top: 50px;
	width: 600px;
	margin: auto 230px ;
	background-color: rgba(224, 238, 232, 0.5);
	text-indent: 2rem;
	
}
label{
	width: 200px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #000;
}
input[type="radio"]{
	display: none;
}
input[type="radio"]:checked+label+div{
	display: block;
}
input[type="radio"]:checked+label{
	background-color: rgba(224, 238, 232, 0.8);
}
a{
	text-decoration: none;
}