*{
  color: var(--fontColor);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: black;
}

img {
  max-width: 100%;
  height: auto;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  color: white;
}