body {background: #c5f9ca; }
h1 { color: #000000; }
p {  color: #000000;
  font-size: 20px; }
h3 {  color: #000000;
  font-size: 22px; }
h2 {  color: #000000;
  font-size: 24px; }
ul {list-style-type: none;}
li { font-size: 20px; }
dd, dt { font-size: 20px; }
dt { margin-left: 70px }
table, th, td { border: 1px solid white; border-collapse: collapse; }
th, td { background-color: #c5f9ca; }
td {   text-align: center; }
.center { display: block;
  margin-left: 80px;
  margin-right: auto;
  width: 20%; }
@media only screen and (max-width: 600px) {
  h1 {  font-size: 30px;}
  h2 {  font-size: 28px;}
  h3 {  font-size: 26px;}
  p {font-size: 24px }
  li { font-size: 24px;}
}
