body {
  background-image: url('paper.jpg');
  text-align: center;
  color: green;
}
p {
  color: green;
  font-size: 35px;
  
}
section {
  border-style: dashed;
  margin-left:300px;
  margin-right:300px;
}