body{
    background-color: rgb(255, 190, 227);
}
h1{
    color: black;
    font-family:'Times New Roman', Times, serif;
    font-size: 40px;
}
hr{
    border: none;
    height: 3px;
  background-color: black;
  width: 40%;
  margin: 5px 0;
}
p{
    color: black;
    font-size:  larger;
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-align:center;
    width: 99%;  
}
table{
    width: 40%;
      padding: 10px;
   align-items: center;
}