body {
  background: url("../img/background.webp") no-repeat fixed center;
  background-color: black;
  color: white;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  margin: 50px;
}

.footer {
position: absolute;
bottom: 0;
}
.footer a {
	color: white;
}