h1 {
	color: #FFFFFF;
	text-align: center;
}
p {
	color: #FFFFFF;
	text-align: center;
}
header {
	color: #FFFFFF;
	text-align: center;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
th {
	color: #FFFFFF;
	text-align: center;
}
table {
  display: flex;
  justify-content: center;
  align-items: center;
}

