body {  background: rgb(200,253,205);}
h1 {  color: #065f1e;}
p {  color: #045f16;
  font-size: 20px;}
li {  font-size: 20px; }
dd, dt {  font-size: 20px; }
ul {  list-style-type: none;}
th, td {  background-color: #c0edfe; }
td {  text-align: center;
   font-size: 17px;
    color: #049822; }
.center {  display: block;
  margin-left: 120px;
  margin-right: auto;
  width: 120px;}
@media only screen and (max-width: 600px) {
  h3 {  font-size: 20px; }
  p {font-size: 24px; }
  ul { font-size: 24px; }
  li { font-size: 24px; }
}