*{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-font-smoothing: antialiased;}
footer{
	
/*	background: #00cc99; */
	background : linear-gradient(145deg, #6daa97, #56c4a8 99.58%);
    bottom: 0;
    position: absolute;
    width: 100%;
}
footer ul{
	
	padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
    list-style-type: none;
}
footer a{
	
	display: block;
	padding: 15px;
    color: white;
}
footer a:hover{
	
	color: #1d1d1d;
}