.table{
		margin: auto;
		text-align: center;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 2px solid #FEF65B; /*yellow*/
		background-color: #ababab;
		border-collapse: collapse;
	}
h1{
	font-size: 50px;
	color: #ababab; /*gray*/
	font-family: 'Satisfy', cursive;
	text-align: center;
}

h2{
	color: #ababab; 
	font-family: 'Bad Script', cursive;
	text-align: center;
	font-size: 30px;
}

h3{
	color: #ababab;
}
	
body{
	background-color: #CCFFCC; /*teal*/
	color:#FEF65B;
	}

img:hover {
        transform: scale(1.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.link{
	color: #ababab;
	font-size: 30px;
	font-family: 'Satisfy', cursive;
}

.button{
	float: right;
	font-family: 'Satisfy', cursive;
	font-size: 25px;

	background-color: #FEF65B;
	border-radius:100%;
	text-align: center;
	border: 5px dotted #ababab;
	box-shadow: 10px 10px 10px #fff975;
	display: inline-block;
	width: 300px;
	height: 300px;
}

.home{
	width: 600px;
	height: 60px;
	text-align: center;
	background-color: #FEF65B;
	border:5px dotted #ababab;
	box-shadow: 10px 10px 10px green;
	float: left;
	clear: left;
}