body {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .4)),
                    url('sunset.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: white !important;
}
