ul {
  
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 140%;
  /*background-color: #f1f1f1;*/
  /*background-image: url('../img/Backred.png');*/
    
    user-select: none; /*Standard method. Can use in Google Chrome*/
    -webkit-user-select: none; /*Standard method. Can use in Safari*/
    -moz-user-select: none; /*Standard method. Can use in Firefox*/
    -ms-user-select: none; /*Standard method. Can use in Internet Explorer or Edge*/
}

li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  
  
  margin-left:5px;
  margin-top:10px;
	box-shadow:inset 0px 39px 11px -19px #e67a73;
	/* background:linear-gradient(to bottom, #c31919 5%, #eb675e 100%); #c31919 e4685d eb675e*/
	background:linear-gradient(to bottom, #f90909 5%, #c31919  100%);
	background-color:#e4685d;
	border-radius:0px 0px 40px 40px;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:0.8rem;
	text-shadow:-2px 1px 0px #570404; /*b23e35*/
  height: 7%;
  text-align: center;
  align-content: center;
    
    user-select: none; /*Standard method. Can use in Google Chrome*/
    -webkit-user-select: none; /*Standard method. Can use in Safari*/
    -moz-user-select: none; /*Standard method. Can use in Firefox*/
    -ms-user-select: none; /*Standard method. Can use in Internet Explorer or Edge*/
}

/* Change the link color on hover */
li a:hover {
	/* background:linear-gradient(to bottom, #eb675e 5%, #c31919 100%); #c31919 e4685d eb675e*/
	background:linear-gradient(to bottom, #c31919 5%, #f90909 100%); /* #c31919 e4685d eb675e*/
  color: white;
  text-decoration: none;
    
    user-select: none; /*Standard method. Can use in Google Chrome*/
    -webkit-user-select: none; /*Standard method. Can use in Safari*/
    -moz-user-select: none; /*Standard method. Can use in Firefox*/
    -ms-user-select: none; /*Standard method. Can use in Internet Explorer or Edge*/
}