body{
	margin: 0;
	padding: 0;
}
.my_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#myTop,#myTop1 {
	background-color: aliceblue;
	max-width: none;
	padding: 1rem;
	position: relative;
	z-index: 9;
}
#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;
	position: relative;
	z-index: 9;
}
#myCenter .myCenterFirst{
	padding: 1rem;
	text-align: center;
}
#myCenter .myCenterFirst img{
	height: 5rem;
	width: 5rem;
}
#myCenter .myCenterScend{
	text-align: center;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#myCenter .myCenterScend img{
	height: 1.5rem;
	width: 1.5rem;
	margin-right: .5rem;
}
#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: #FB7330;
	border: #FB7330;
	color: #ffffff;
	font-size: 16px;
}

.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;
}


#my_top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .75);
	z-index: 999;
}

#my_top img {
	object-fit: contain;
}
#my_top .topImage {
	position: absolute;
	right: 1rem;
	top: 0;
	width: 70vw;
}
#my_top .bottomImage {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
}