#image-left {
	float:left; 
	width:20%; 
	height: auto;
	margin-left: 10%;	
	display: flex;
	justify-content: right;
}  

#text-right {
	float:left; 
	width:60%; 
	height: auto;
	margin-left: 25px;
	text-align: left;
}

.img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;	
}

#centre {
	width: auto;
	margin-left: 5%;
	text-align: center;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
	padding-right: 5%;
}

#button-div {
	width: 200px;
	height: auto;
	margin: auto;
}

.button {
	display: inline-block; 
	width: 100%;
	height: 60px;
	color: white; 
	font-family: arial;
	font-size: 100%; 
	font-weight: bold; 
	text-decoration: none;
	background: #1A9CE0; 
	border:4px outset #AABAFF;
	border-radius: 10px;
}

.button:hover {
	background:#0A4ADF; 
	border:4px outset #8ABAFF;
}

/* mousedown */
.button:active {
	background:#AECBFF; 
	border:4px inset #AECBFF; 
}
