table, th, td {
    border: 1px solid black;
    border-collapse: collapse;

  }
table{
    width: 100%;
  }
h2{
    text-align: center;
    color:royalblue;
}