body{
	background-color: cornflowerblue;
	

}




.kichwa{
	border: 0px solid cornsilk;
	display: flex;
	justify-content: space-between;
	height: 30px;
	padding:0 10%;
	font-size:1.2rem;

}
.kichwa a{
	text-decoration: none;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.kichwa a:hover, .kichwa a:focus{
	text-transform: uppercase;
	transform: scale(1.1);
}





.mwili{
	border: 0px solid skyblue;
	display: flex;
	justify-content: center;
	gap: 50px;

	
}


.div-1{
/*		Background mountain		*/
	background: url(tree.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 9%;
	box-shadow: 5px 5px 25px rgba(	0, 0, 0, 0.5);
	


}
.pack-1{
	border: 0px dotted red;
	gap: 5 rem;
	width: 18%;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
          /*	background-pack.1        */
	background: linear-gradient(to right top,rgb(188, 197, 215),rgb(19, 231, 228));
	background-color: cornflowerblue;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
	align-items: center;
	padding-top: 15px;
	padding: 2rem 1%;
	border-radius: 9%;
	border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;

}

.pack-1 a:hover, .pack-1 a:focus{
	border: 2px solid lightslategray;
		background-color: transparent;
		transform: scale(1.2);
		color: rgb(21, 43, 165);
		
}

.pack-1 a{
	border: 2px solid lightslategray;
	border-radius: 9%;
	width: 60%;
	display: inline-flex;
	justify-content: center;
	padding: 0 10%;
	text-decoration: none;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: antiquewhite;
	background-color: rgb(13, 12, 12)
	
}



.pack-2{
	border: 0px dotted brown;
	width: 70%;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.pack-2-head{
	align-items: center;
	display: inline;
	justify-content: center;
}

.pack-2 ul{
	list-style: none;
}

.pack-2 b{
	margin-left: 15px;
}

.pack-2 a:hover{
display: flex;
transform: scale(1.1);
text-decoration: none;
}

/*.kichwa a:hover, .kichwa a:focus{
	transform: scale(1.1);
	}*/

.mwili img{
	
	border-radius: 40%;
	box-shadow: 2px 3px 15px rgba(	0, 0, 0, 0.6);
}
.mwili img:hover{
	transform: scale(1.1);
}

.self{
	border: 2px solid lightslategray;
}

.mguu{
	border: 0px solid lightslategray;
	text-align: center;
	font-size:1.2rem;
	

}

.mguu p{
	color: whitesmoke;
	font-size: 1.5rem;
	background-color: blue;
	width: 700px;
	display: inline-flex;

}

.mguu a{
	text-decoration: underline dashed;
	color: blue;
}


#boxing {

}