html {
	height: 100%;
}

body{
	background-color: #d2232a;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0;
}	

h1 {
	margin-top: 10vh;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
	
a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:hover{
	color:  blue;
	text-decoration: underline;
}

#gallery {
	margin-top: 10vh;
	text-align: center;
}

.image {
	width: 44vw;
	height: 55vh;
	margin-left: 1vw;
	margin-right: 1vw;
	object-fit: contain;
}

#navigation {
	font-size: 12px;
	margin-top: 10vh;
	font-family: Helvetica, Arial, Sans-serif;
}

#navigation a {
	margin-left: auto;
	margin-right: auto;
}