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

title{
	visibility: hidden;
}

h1{
	font-size: 50px;
	color: #f1c40f;
}
.dog{
	height: 100px;
	width: 100px;
	border-radius: 100%;

}

li{
	/* might have to chnage this to words later*/
	font-weight: bold;
	display: inline;
	margin-top: 10px;
	
	padding: 10px;
	
}
a:hover li{
	background-color: #f1c40f;
	  transition: 0.5s;
	
}

li:hover{
  color: white;
}

img{

	height: 285px;
	width: 285px;
}
table{
	margin: 0px auto;
	text-align: center;
}
td{
	border: 10px solid #f1c40f;
	border-radius: 5%;
	overflow: hidden;

}
