table {
  min-width: 100%;
}
th, td {
    border-bottom: 1px solid #ddd;
  }
  th {
    background-color: rgb(76, 152, 175);font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14px; font-style: bold;
    color: white;
  }
  tr:hover {background-color: yellow;} 
  tr:nth-child(even) {background-color: #edf5c0;}
  p {
   /* font-family: "Times New Roman", Times, serif; */
   font-family: 'Times New Roman', Times, serif;
  }

  /*
  button {
    background-color: green;
    border:none;
color: white;
padding: 1px 8px;
text-align: center;
text-decoration: none;
display: inline;
margin: 1px 2px;
cursor: pointer;
  }
  */
  /* <h1 style="font-size:10vw">Hello World</h1> */
  /* h1 {
    font-size: 40px;
  }
  
  h2 {
    font-size: 30px;
  }
  */
  p {
    font-size: 14px;
  }

  /* p.normal {
    font-style: normal;
  }
  
  p.italic {
    font-style: italic;
  }
  
  p.oblique {
    font-style: oblique;
  }
  */