body {
	font-family: Prompt;
}

.footer {
	text-align: center;
	position: absolute;
	margin-bottom: 0px;
	background-color: black;
	color: white;
	width: 100%;
	left: 0px;
	line-height: 90%;
}

.footer h1 {
	font-size: 1vw;
}

.footer p {
	font-size: 1vw;
}

@media only screen and (max-width: 600px) {
  .footer h1 {
	font-size: 3vw;
}

.footer p {
	font-size: 3vw;
}
}