body {
  /* Combine color and image in one background declaration */
  background: #800080 url('willingnessnobg.png') repeat fixed;
  background-size: 10%;
  color: #00FF00;
  font-family: garamond;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  min-height: 100vh;
  -webkit-text-stroke: 1px white; /* For Chrome/Safari */
  text-stroke: 1px white /* Standard property */
  color: white; /* Fill color */
}

.content-wrapper {
  max-width: 800px;
  min-height: 100vh;
  margin: 0 auto;
  background: #800080 url('colorBlock.png') repeat fixed;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.content {
  padding: 50px 80px;
}