body {
  background-color: #0f1013;
  background-image: url("media/bg-texture.png");
  margin: auto;
  height: 100vh;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3vh;
  color: #dfdfdfb6;
  font-size: 1vh;
  text-align: center;
}
