ul {
	list-style: none;
	width: 50%;
	height: 15%;
	text-align:center;
}
ul li {
	display:block;
	width: fit-content;
	height: 15%;
	border-style: groove;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	float:left;
	text-align: center;
	background-color: #fc0703;
}

ul li:hover {
	cursor:pointer;
	background-color: #fc6703;
}

ul li:active {
	background-color: #0b03fc;
}
