img,object {
	height: 45vh;
}

body {
	background-color: black;
	color: white;
	font-family: monospace;
	font-size: 120%;
}

article{
	position: relative;
}

article #container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

a {
	color:white;
}

footer {
    width: 100%;
    bottom: 0;
    position: fixed;
    text-align: center;
}

button {
	background-color: black;
	color: white;
	font-size: 10vh;
	padding: 3vh;
	font-family: monospace;
	margin: 1vh;
	border: 1vh solid white;
}

footer input {
	background-color: black;
	color: white;
	border: 0;
	max-width: 100%;
	min-width: 72em;
}
