
  body {
    background: #5c677d;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    
  }

  td {
  border-radius: 10px;
}
h2{
    color: #3e1f47;
    font-size: 30px;
}
h1{
    color:#1b3a4b;
    font-size: 50px;
    /* font-style: italic; */
    font-weight: bolder;
    /* font-family: 'Times New Roman', Times, serif; */
 }
