  

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  width: 80%;
  background: #e2f8dd;
  padding: 1em;
  margin: 1em auto;
  min-height: 300px;
  border-top: 5px solid #69c773;
  box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

h1 {
  color: #486b4e;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;                                             ;
  font-size:35px;
}
 h2 {
 text-align: center;
 color: #486b4e;
}
img {
  max-width: 100%;
}
  #InfoBox  {
    font-weight: bold;
    color: black;
    height: auto;
    border: solid 5px #486b4e;
    background: white;
    background-image: url(images/background-2.jpg);
    padding: 10px;
    text-align:justify;
    padding-bottom:  30px;
    
}

