html{
	font-family:'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'
}
body{
	margin:0;
	min-height: 100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
h1{
	padding:0 0 10vh 0;
	justify-content: flex-start;
}
h2 {
	color:rgba(24,54,92,1.00);
}
h3 {
	color:rgba(81,121,156,1.00);
}
img{
	max-width:50vw;
	max-height:25vh;
}
.description, h1{
	text-align:center;
}
p {
	font-size:1.5vh;
}
hr {
	width:50vw;
	color:rgba(24,54,92,1.00);
}