html, body {
  margin: 0;
  padding: 0;
}

body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  /*background: url(https://source.unsplash.com/random/1600x900?abstract-digital-texture) no-repeat;*/
  background: #0e1922 url(https://images.unsplash.com/photo-1567095751004-aa51a2690368?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1600&q=80) no-repeat;
  background-size: cover;
}

a {
  display: block;
  color: #cd561a;
  text-decoration: none;
}

h1 {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 #3f3b39;
  height: 100%;
  line-height: 100vh;
  overflow: hidden;
  font-weight: normal;
}

strong {
  color: #fff;
}
