body {
  color: rgba(255,255,255, 0.65);
  background-color: #24292e;
  background-image: url("https://desktop.github.com/images/star-bg.svg");
}

#download-btn {
  background-image: linear-gradient(to bottom, #8241f9, #4e277b);
  border-color: #150a27;
  color: white;
}

a {
  text-decoration: none;
  color: #9f7be1;
}

a:hover {
  text-decoration:underline;
  color: #9f7be1;
}