*{
	margin: 0;
	padding: 0;
	
}
body{
	background: url("../ng/20220912-Barnimages-008.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-attachment: fixed;
}
.child {
	text-align: center;
    width: 400px;
    height:400px;
  position: absolute;
	background: rgba(224, 238, 232, 0.5);
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 30px;
}
.wrapper1{
	position: relative;
	width: auto;
	height: auto;
	background-color: rgba(187, 205, 197, 0.9);
	margin: 0 auto;
}
.wrapper1 div {
	display: none;
	position: absolute;
	top: 50px;
	width: 600px;
	margin: auto 200px;
	background-color: rgba(224, 238, 232, 0.5);
	
}
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;
  }