body {
  background-color: #e6f2ff;
  color: black;
}

footer {
  font-size: 13px;
  color: #29293D;
  text-align: center;
  font-style: italic;
}

table, th, td{
  border: 3px solid #000066;
  text-align: center;
}


h1 {
  text-align: center;
  color: white;
  background-color: blue;
}

h2 {
  color: #000066
}

h3 {
  color: blue
}
#Container{
      width: 1000px;
      height: auto; 
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      background-color: #e6f2ff;
      }

        