/* CSS Document */
body
	{ font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
     background-color: lightblue; 
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
}
th {
  text-align: center;
}

@media screen and (max-width: 600px) {
body{}

.container {
    background-color: powderblue;
}
