body{
	background-color: aquamarine;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:darkgrey
	
}
#heading{
	text-align: center;
	color: blue
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
#sandy{
	text-align:center;
	color: blue
}
#squidward{
	text-align: center;
	color: blue
}
#patrick{
	text-align: center;
	color: blue
}