body {
  height: 100vh;
  background-color: #000000;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #011627;
	text-align: center;
	padding: 20px 0;
	font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}