body{ 
  background: repeating-linear-gradient(180deg, rgba(0, 151, 19, 0.5) 0%, rgba(0, 36, 7, 0.5) 100%);
  background-size: 100% 10px;
  background-repeat: repeat;
}

#page {
  color: white;
  font-family: 'Verdana';
  font-size: 20px;
}

p {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}