table {
	font-size:22px;
	color:brown;
	text-align:center;
	background-color:#c6bfb9;
	margin:auto;
	border-style: solid;
    border-width: 2px;
	border-color: brown;
}
a {
	color:brown;
}
h1 {
	text-align:center;
}

img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -210px;
  }
