 p {
  font-family: "Alike", serif;
  font-weight: 400;
  font-style: normal;

}
body{
	background-color:teal;
	text-align:center;
}
img{
	border-style: dashed;
	color:white;
}
h3{
	color:white;
	font-size:87%
}
a:hover{
	font-size:25px;
	color:PaleGreen;
}/*i added this*/

h3{
	color:white;
}
img:hover{
	height:45%;
	filter:blur(0px);
}/*i also added this*/
p > a{
	font-size:18px;
	color:white
}

img{
	filter:blur(3px)
}
a{
	color:DarkTurquoise;
}
iframe{
	border: 3px DarkSeaGreen dashed;
}


table{
	border: 3px dashed white;
	 margin-left: auto;
  margin-right: auto;
  animation-name:yknow ;
animation-duration:2.5s;
animation-fill-mode:both;
}
h1{
	color:FloralWhite;
}

@keyframes yknow {
	from { color: teal; }
	to {color: white;}
}

p{
animation-name:yknow ;
animation-duration:2.5s;
animation-fill-mode:both;

}
	