@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');

html, body {
	margin:0px;
	height:100%;
	background-color: #36464c;
	font-family: 'Viga', sans-serif;
}

a {
	color: #979087;
	text-decoration: none;
}

#main {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#container {
	margin-top: -25%;
}

#image {
	text-align: center;
}

#message {
	color: #f1ebdf;
	text-align: center;
	font-size: 2.5em;
	padding-top: 20px;
}

.text-alt {
	color: #979087;
}

#footer {
	position: fixed;
  	left: 0;
	bottom: 0;
  	width: 100%;
	color: white;
  	text-align: center;
  	font-size:0.5em;
}