#content {
	top: 64px;
	bottom: 2em;
	color: #89bd4d;
	padding: 5em;
	font-size: 1.4rem;
}

@media (min-width: 601px) {
 html, body {
	 height: 100vh;
 }

 #footer {
	 position: absolute;
	 bottom:0;
	 width: 100%;
 }

}

@media (max-width: 600px) {
	#content {
		text-align: center;
		font-size: 4vw;
	}
	#footer {
	    position: relative;
	    bottom: default;
	    right: default;
	    left: default;
	}
}
