body {
  background-color: #000;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* HEADINGS */

.header--main {
  font-weight: normal;
  font-size: 50px;
  color: #ffffff;
}

.header--secondary {
  font-weight: 300;
  font-size: 42px;
  color: #ffffff;
}

.header--sub-header {
  font-size: 21px;
  color: grey;
}

img {
  max-inline-size: 100%;
  height: auto;
  block-size: auto;
}

/* LINKS */

.link--cta {
  font-size: 16px;
  color: aquamarine;
}

/* FOOTER */

.footer--copyright {
  font-size: 21px;
  color: grey;
  text-align: right;
}