body {
  position: relative;
  margin: 0;
  background-image: url('they are watching.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 26px;
  text-shadow: 
    0 0 7px black,
    0 0 7px black,
    0 0 7px black,
    0 0 7px black;
  padding-left: 20px
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: -1;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
