body{
	margin: 0;
	padding: 0;
}
#myTop,#myTop1 {
	background-color: aliceblue;
	max-width: none;
	padding: 1rem;
}
#myTop,#myTop1 span{
	margin-left: 1.25rem;
	display: block;
	text-align: center;
	font-family: cursive;
}

#myTop img{
	width: 1.25rem;
	height: 1.25rem;
}

#myCenter {
	max-width: none;
}
#myCenter .myCenterFirst{
	padding: 1rem;
	text-align: center;
}
#myCenter .myCenterFirst img{
	height: 5rem;
	width: 5rem;
}
#myCenter .myCenterScend{
	text-align: center;
	height: 3.25rem;
}
#myCenter .myCenterScend img{
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
}
#myCenter .myCenterScend span{
	font-size: 20px;
}

#myCenter  .myCenterThird{
	text-align: center;
	height: 3.125rem;
}

#myCenter  .myCenterThird span{
	color: #8b8f92;
}

.myCenterFour{
	text-align: center;
	height: 8.125rem;
}
.myCenterFour img{
	height: 6.25rem;
	width: 6.25rem;
}

.myCenterFive{
	text-align: center;
}
.myCenterFive button{
	    text-align: center;
	    width: 200px;
	    height: 33px;
	    border-radius: 20px;
	    background-color: #2fc045;
	    border: #0ce42d;
	    color: #ffffff;
	    font-size: 20px;
	    font-family: cursive;
}

.myCenterSex{
	text-align: center;
	margin: 2rem;
	color: #8b8f92;
}

#myFooter {
	text-align: center;
	color: #8b8f92;
	margin-bottom: 20px;
}
#myFooter div{
	margin: 0.3125rem;
}
.ey{
	font-size: 0.9375rem;
}
