html,
body{
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana;
}

html {
	background-color: #313338;
	background-image: url('pants-on-fire-studios.svg');
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
}


img{
	height: 100%;
	width: auto;
}