body {
  font-family:'Ubuntu', sans serif;
  display: flex;
  justify-content: center;
  margin-top: 1em;
} table {
  width: 275px;
  border-collapse: collapse;
} tbody{
    background-color:#e7f0ed;
    text-align: center;
} th, td, tfoot{
  border: 1px solid #babcbb;
} table td {
    text-shadow: 0.3px 0 #000;
} table caption, tfoot td {
  background-color:#7fb9c2;
  padding: 7px;
} table caption {
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 1.5px 0 #000;
  font-size: 1.5rem;
} table tfoot td {
  font-size: 0.7rem;
} table td {
    text-shadow: .3px 0 #000;
} table th, #color_change {
  background-color:#628ca6;
  color: #fff;
  text-shadow: .3px 0 #fff;
} table th, td {
  padding: 5px;
} table th {
    letter-spacing: .1rem;
} table tr:nth-child(odd) {
  background-color:#e7ffed;
  text-align: center;
} table, caption {
    box-shadow: 7px 7px 7px 0 #779bb3;
}