*
{
	margin:0px;
	display:wrap;
	flex-wrap:wrap;
}

.a{
	padding:5px;
	word-spacing:100px;
}
#b{
	background:blue;
	width:100px;
	color:white;
	border-radius:25px;
	height:35px;
	border-color:blue;
	
}
#e{
	
	width:150px;
	height:25px;
}	

#f{
	border-radius:205px;
	width:400px;
	height:25px;
}

.Z{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	
}

.g{
	margin:45px 55px;
	justify-content:around;
	padding:10px;
	border-style:ridge;
	border-color:light grey;
	text-align:center;

}