html, body {
  height: 100%;
  width: 100%;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Brick.jpg/800px-Brick.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}


h1, h2, p {
  color:white;
  font-size: 50px;
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-family: Arial, Helvetica, sans-serif;
}
