
html{
	background-color: grey;
	font-family: monospace;
	font-size: x-large;
	font-weight: bold;
}

#welcome{
	padding-top: 10px;
	padding-bottom: 0px;
}

#footnote{
	margin-top: 10px;
	font-size: large;
	width: fit-content;
	padding-inline: 10px;
	height: 30px;
}

p{
	margin: 0px;
	display: grid;
	align-items: center;
	color: white;
	background-color: darkslategray;
	width: 1248px;
	height: 50px;
	text-shadow: 1px 1px 2px black;
}

iframe{
	width: 1240px;
	height: 720px;
	border-width: 4px;
	border-style: solid;
	border-color: darkslategray;
}

