/* Variables */
/* Main */
body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #000000;
  color: #ffffff;
}

a:link {
  color: #FFD700;
}

a:hover {
  color: #ffffff;
}

a:visited {
  color: #FFD700;
}

a:active {
  color: #ffffff;
}

/* Typography */
h1 {
  font-weight: 900;
}