
body {
    font-family: Georgia;
}

header {

    text-align: center;
    border: 3px dashed navy;
    background-color: orchid;
    color: navy;
    border-radius: 10px;
}

#products-container {

  color: rgb(29, 2, 29);
  background-color: rgb(125, 63, 170);
  text-align: center;
  font-family: cursive;
  font-size: 25px;
}
section div {
    width: 30%;
    float: left;
    padding: 5px;
    border: 10px solid navy;
    height: 400px;
    text-align: center; 
    margin-left: 10px; 
    margin-bottom: 10px;
}

  div img {
    width: 70%;
  }

  main h1 {

    border: 5px solid navy;
    background-color: lightseagreen;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
  }

  #productsTable {

    text-align: center;
    font-size: 20px;
  }

  #busChart {

    height: 400px;
    color: navy;
    background-color: paleturquoise;
  }

  
