@font-face {
  font-family: 'Recursive';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Recursive_Monospace-Regular.ttf');
}

h1, h2, h3, h4, h5, h6, p, a, li {
  font-family: "Recursive", monospace;
  color: white;
}

body {
  background-color: black;
}

body {
  cursor: url('cursor.png'), default;
  background-image: url('messier_scaled.jpg');
  background-size: 100vw;
}

img {
  max-width: 70vw;
  height: auto;
}

small {
  font-family: "Recursive", monospace;
  color: gray;
}

a {
  cursor: url('cursor_selector.png'), pointer;
}

.footer {
  vertical-align: center;
  text-align: center;
}

.footer-table {
  width: 100%;
}

.star {
  color: #d2a6d2;
  position: absolute;
  opacity: 1.0;
  z-index: 0;
}

.page-heading {
  margin-bottom: 5%;
}

.paragraph {
  margin-bottom: 3%;
}

#starfield {
  z-index: 0;
  position: absolute;
}
