#B{
    overflow: hidden;
    position: relative;
    height: 450px;
    width: 450px;
    border: rgb(0, 0, 0) thin solid;
    border-radius: 100%;
    margin: -75px 0px 100px auto ;
    top: 100px;
}

#C{
    position: relative;
    height: 450px;
    width: 450px;
    
}
#D{
    overflow: hidden;
    position: relative;
    height: 450px;
    width: 450px;
    border: rgb(0, 0, 0) thin solid;
    border-radius: 100%;
    margin: -550px auto ;
    top: 100px;
}

#E{
    position: relative;
    height: 450px;
    width: 450px;
    
}
#F{
    overflow: hidden;
    position: relative;
    height: 450px;
    width: 450px;
    border: rgb(0, 0, 0) thin solid;
    border-radius: 100%;
    margin: -300px 0px auto ;
	top: 200px;
}
#H{
    overflow: hidden;
    position: relative;
    height: 380px;
    width: 380px;
    border:  thin solid;
	background-color: white;
	box-shadow: -4px 1px 0 3px white;
	border-left:4px solid gray;
    border-radius: 100%;
    margin:-300px 0px auto ;
	bottom: 120px;
	left: 150px;
}
#Lol{
    position: relative;
    height: 380px;
    width: 380px;
    border-radius: 100%;
}
#L{
    overflow: hidden;
    position: relative;
    height: 250px;
    width: 250px;
    border:  thin solid;
	background-color: white;
	box-shadow: 3px 1px 0 3px rgb(238,147,1);
    border-radius: 100%;
    margin:-300px 0px auto ;
	bottom: 50px;
	left: 100px;
}
#Loz{
    position: relative;
    height: 250px;
    width: 250px;
 
}
#G{
    position: relative;
    height: 450px;
    width: 450px;
    border-radius: 100%;
}


body{
	margin: 0;
	padding: 0;
}
button{
	width: 100px;
	height: 45px;
	background-color: rgb(37, 35, 35);
	color: white;
	border: none;
	border-radius: 0rem;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0px auto;
	top: 10px;
	text-align: center;
}
button:hover{
	color: rgb(37, 35, 35);
}
button:after{
	content: "";
	background-color: white;
	position: absolute;
	z-index: -1;
	left: 0%;
	right: 0%;
	top: 0;
	bottom: 0;
	transform: skewX(-45deg) scale(0, 1);
	transition: all 0.5s;
}
button:hover:after{
	transform: skew(-45deg) scale(1, 1);
}
#N{
	text-decoration: none;
    position: relative;
	color: white;
	transition: all .2s;
	
	text-align: center;
}
#N:hover{
   color: rgb(37, 35, 35);
}
#N:after{
	transition: all 0.5s;
}

.items{
	width: 130px;
	color: white;
	position: relative;
	left: 100px;
	bottom: 35px;
    margin: 0 auto;
	text-align: center;
}

.menu{
	width: 100%;
	height: 45px;
	background-color: #00d9ff;
	line-height: 45px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.menu:hover{
	overflow: visible;
	background-color: black;
	color: white;
	z-index: 999;
	cursor: pointer;
}
.drop{
	background-color: #00d9ff;
	text-align: center;
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.drop:hover{
	background-color: black;
	cursor: hidden;
}
.O{
	text-decoration: none;
    position: relative;
	color: white;
	transition: all .2s;
}

#M{
	width: 100%;
	height: 60px;
	position: relative;
	margin: 0 auto;
    background-color: rgb(255, 255, 255);

}
#X{
	height: 46px;
	width: 130px;
	background-color: #00d9ff;
	top: -97px;
	margin: 0 auto;
	position: relative;
	right: 95px;

}
h2{
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
	top: 10px;
	font-size: 20px;
}