h1 {text-align: center;}

h2 {text-align: center;}

h3 {text-align: left;}

body {background: white; font-size: 16px;}
@media screen and (max-width: 768px) {body {background: white; font-size: 12px;}}

div {width: 100%; border-style: solid; border-width: 1px; border-collapse: collapse;}

table {width: 100%; border-collapse: collapse; border: 1px solid #000; font-size: 16px;}
@media screen and (max-width: 768px) {table {font-size: 12px;}}

th {border: 1px solid #000;}

td {border: 1px solid #000;}
