

body {
  background-color: #C6C3CF; 
  font-family: Arial, Helvetica, sans-serif;
  padding: 25px;
}

/* Style the header */
.header {
  background-color: #472E7A; /*#2D1970; */
  color: #040404; /*#0D0B13; */
  padding:  40px;  
  text-align: center;
  font-size: 18px;
}


table {
  color: #A89CCF; /* #1D0A43; /* #8D7FA9; /* #131313;             /* #0B0B61;   original */
  background-color:  #A287DA;  /*  #F7D358;  original */
  border: 1px solid black;
  width: 100%;
  height: 70px; /* 70 px; */
  text-align: center;
  font-size: 20px;
  padding: 10px;
 
}

/* tr,td {
  text-align: center;
  border-right: 3px solid black 70px;
}

td:last-of-type { 
  
  border: none;
} 
*/

h2 {
  color:  black;/* #69AEE3; /* #D1CBD5; /* #ADA9B5; /*#100820; /*#6142A0; */
  font-size: 24px;
  font-style: italic;
  font-family: Helvetica;
  background-color: #A89CCF;
  padding: 10px;  
  text-align: center;
}

h3 {
  color: black; /* #6C4101; /* #6F410F; /* #ADA9B5; /*#100820; /*#6142A0; */
  font-size: 15px;  
}


img.image1 {
  width: 100%;
  height: 80%;
  position: center;
} 




