* {
	font-family:'Quicksand', sans-serif;
	color: #4F4E4E;
	line-height: 15px;
	/*border: 1px solid rgba(0, 0, 0, 0.3);*/
}
title{
	visibility: hidden;
}

h1{
	font-size: 50px;
	/*color: 	 #ff3385;*/
	color: #80e5ff;
	text-align: center;
}
i{
	color: #ff3385;

}
i:hover{
	color: #d2286c;

}
li{
	/* might have to chnage this to words later*/
	font-weight: bold;
	display: inline;

	
	padding: 10px;
	
}
ul{
	text-align: center;
}

a:hover li{
	background-color: 	 #80e5ff;
	  transition: 0.5s;
	
}


li:hover{
  color: white;
}

#emoji{
	height: 25px;
	width: 25px;
}
table{
	text-align: center;
	margin: 0 auto;
}
img{
	height: 312.5px;
	width: 500px;
}
td{
	text-align: center;
	border: 10px solid white;
}
td:hover{
	border-color: #80e5ff;
	transition: 0.5s;
}

