body {    background-color: #CCEECC;    margin: 0 5%;}h1 {    margin-top: 0;    margin-bottom: 0;    text-align: center;	font-size: 4em;}h2 {    margin-top: 0;    margin-bottom: 0;    text-align: center;	font-size: 2.5em;}h3 {    text-align: justify;	font-size: 1.8em;}h4 {    text-align: center;	font-size: 1.5em;}h5 {	font-size: 1.2em;    display: inline;}h6 {	font-size: 0.8em;    display: inline;}img {    display: block;    margin-left: auto;    margin-right: auto;    height: auto; }table {    width: 100%;}td {    width: 33%;}.disabled {    color: gray;	}a {    color: #0000FF; }.center-table {    margin: 0 auto;    width: 100%;}.button {  border: none;  background: #03DAC5;  padding: 7px 15px 7px 15px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 30px;  cursor: pointer;  font-family: serif;}.small td {   font-size: 1em; }@media (max-width: 600px) {  .small td {    font-size: 0.5em; /* Smaller font size for mobile */  }}@media (max-width: 600px) {    h1 {        font-size: 3em; /* Adjust this value as needed for smaller screens */    }}