body {
	background-color: black;
	padding: 0;
	margin: 0;
}
#container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: revert;
    align-items: center;
    position: absolute;
}
#container > img {
	max-width: 1200px;
	max-height: 768px;
	width: 100%;
}
footer {
	position: absolute;
    bottom: 0;
    width: 100%;
	display: flex;
	justify-content: flex-end;
}
footer section.copyright {
	color: white;
	font-family: Arial;
	padding: 5px;
	font-weight: 600;
	font-size: 10px;
}
a#vendor {
	color: white;
	text-decoration: none;
}
a#vendor:visited {
	color: white;
}
a#vendor:hover {
	color: #03c6fc;
	underline: false
}