body {
	background-color: #80aaff;
}

h1 {
	text-align: center;
}

.center {
	text-align: center;
}

.inline {
	display: inline-block;
	padding: 25px;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

.table_center {
	width: 50%;
	margin: 30%;
	margin-top: 2%;
	margin-bottom: 2%;
}

.vax_center {
	text-align: center;
	padding-top: 25px;
}

.vax_center img {
	width: 20%;
}