body {
  color: black;
  font-size: normal;
  background-color: white;
}
.container {
  margin: 1%;
  width: 98%;
}
#table1 {
  border:  5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}
tr, td {
  text-align: left;
}
table {
  border:  none;
  width: 640px;
}
th {
  font-size: 250%;
  font-weight: bold;
  text-align: center;
}
img {
  border: none;
  padding: 8px;
}

