html {
  background: #333;
}

main {
  background: #111;
  box-shadow: 0 0 14px #000;
}

h1, h2, p {
  color: #fff;
}

.button a {
  background: hsla(210,100%,60%,1);
  color: #111;
}