body {
    background-color: lightblue;
  }
  
  h1 {
    color: white;
    text-align: center;
  }
  
  p {
    font-family: verdana;
    font-size: 20px;
  }

table, th,td{
    border: 1px solid;
    margin-right: auto;
    margin-left: auto;
}
th, td{
    text-align: center;
    color: blue;
}