img{
	height:200px;
	width:300px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
h1{
	text-align:center;
}
p{
	text-align:justify;
	

}
body{
background-image:url('Logan.jpeg');
	background-repeat:no-repeat;
	background-size:cover;
}
a{
	color:black;
}
div{
	text-align:center;
}
table{
	background-color: grey;
}
a.b:link{
	padding:14px 25px;
	background-color:thistle;
	text-decoration:none;
}
a:hover{
	background-color:purple
}
a:active{
}