  body{
	  font-family: "PT Serif",Georgia,"Times New Roman",Times,serif;
	  
  }
  
  
table, td, th {

    border: 2px solid white;
background-color:#e5ece566;
    width: 26%;

  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    

  }

  td {
      margin: auto 0;
      text-align: center;
	      padding: 7px;
  }
  h3 {
      text-align: center;
  }
  .updatedAt {
    text-align: center;
  }