*{
	margin: 0;
	padding: 0;
}
#logo-name{
	text-align: center;
	border: 10px;
	border-radius: 1px 1px #5A4Abe;
	font-size: 55px;
	font-family: Viner Hand ITC;
	text-transform: capitalize;
	text-shadow: 2px 2px rgb(236, 55, 71);
	color: hsl(24,90%,56%);
	display: inline-block;
}
#logo{
	width:100%;
	height: 150px;
	box-sizing: border-box;
	box-shadow: 6px 2px 5px CornflowerBlue ;
	position: relative;
}

#title-show{
	color: #eee;
	text-transform: capitalize;
	font-size: 30px;
}
#link{
	margin: 10px;
	padding: 15px;
	clear: both;
	overflow: hidden;
	position: sticky;
	top: 200px;
	display: block;
	float: left;
}
#link1{
	color: #7B68EE;
	font-size: 25px;
	text-decoration: none;
}
#link2{
	color: #7B68EE;
	font-size: 25px;
	text-decoration: none;
}
#link3{
	color: #7B68EE;
	font-size: 25px;
	text-decoration: none;
}
#link1:hover{
	color: DodgerBlue ;
	box-sizing: border-box;
}
#link2:hover{
	color: Crimson  ;
	box-sizing: border-box;
}
#link3:hover{
	color: GreenYellow ;
	box-sizing: border-box;
}
/*End logo */
#teach{
	margin: 15px;
	padding: 15px;
	width: 100%;
	height: 200px;
}
#teach1{
	width: 23%;
	height: 360px;
	margin: 3px;
	padding: 20px;
	font-family: Courier (BM);
    color: #1A004F;
	border: 2px solid gray;
	box-sizing: border-box;
	
	display: inline-block;
	font-size: 2em;
	text-align: center;
	position: all;
	cursor: pointer;
}
#teach1:hover{
	background-color: #EEEEEE;
	text-align: center;
	color: #14DFaC;
	box-sizing: border-box;
	box-shadow: 6px 5px 5px #254Acc ;
}
i{
	background-color: #00aacc#;
	color: #0014F0;
	cursor: pointer;
}
#ol:hover{
	color: #FF0100;
}
#cm:hover{
	color: #00FF00;
}