/* CSS for all page */

/* contact */
body {
	position: relative;
	min-height: 100vh;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #181818;
	color: white;
}

/* footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #212121;
	color: white;
}
