body {
  background-color: darkgreen;
  color: white;
  font-family: Verdana;
  
}
p {
    letter-spacing: 0.5em;
    word-spacing: 2em;
    line-height: 1.5;
    text-align: center;
}
h1 {
  text-align: center;
  }
h3 {
    letter-spacing: 0.5em;
    word-spacing: 2em;
    line-height: 1.5;
    text-align: center;
    background-color: #ccc;
    margin: 20px;
    margin-left: 200px;
    margin-right: 200px;
    padding: 40px;
    
    
}

 h4 {
    text-align: center;
     line-height: 1;
     font-style: italic;
  }
 table {
     text-align: center;
     letter-spacing: 0.3em;
     word-spacing: 0.1em;
  }