body {
	background-color: #2c7bf0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.image {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	aspect-ratio: 80 / 18;
}
.header { 
	color: white;
	font-family: 'Arial';
	font-size: 32px;
	font-style: normal;
	font-weight: bold;	
	text-align: center;
}
.text { 
	color: white;
	font-family: 'Arial';
	font-size: 17px;
	font-style: normal;
	font-weight: normal;	
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
table {
	position: relative;
	border-spacing: 15px;
	width: 100%;
}
td {
	padding: 5px;
}
td img {
	border: solid white 4px;
	width: 100%;
	height: auto;
}
td p {
	color: white;
	font-family: 'Arial';
	font-size: 17px;
	font-style: normal;
	font-weight: normal;	
	text-align: center;
}
