@charset "utf-8";



body{
	font-family: sans-serif;
	background-color: LightCoral;
	opacity: 20;

}

h1{
	text-align: left;
	color: green;
	font-size:12;

}

p{
	text-overflow: all;
	text-shadow: transparent;
	color: red	;

}

em{

	color: red;
	background-color: yellow;

}

strong{
	font-size: 14;
	text-shadow: currentColor;


}
ul{
	list-style-type:none;
	margin:0;
	display:flex;
	flex-direction: column;
	align-items: left;

}

li{
	flex-grow: 1;
	background-color: LightGray;
	text-align:center;
	margin-bottom: 0.3em;


	;
}

li:hover{background-color: yellow;}
