h2{
  font-family: "Times New Roman", Times, serif;
  font-style: oblique;
  margin-left: 600px;
  margin-bottom: 1px;
}
body{
 background-color: #949fa8 ; 
}
table {
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    width:80%;
    margin-left: 30px;
  }
  table, th, td {
   
    border: 0.2px dotted white;
    border-collapse: collapse;
  }
  
  #tableheading{
    margin: 30px;
    background-color: #527997;
  }
  
  th, td {
    font-style: normal;
    border: 1px solid #949fa8;
    padding: 10px;
    font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
  }
  td{
    font-family:  -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  tr:nth-child(odd) {
    background-color: #a0b6c7;
    
  }
  tr:nth-child(even) {
    background-color: #dbd1d1;
    
  }
  tr:hover {
    background-color:rgb(153, 138, 138);
    color: white;
  }


  h5{
    margin-left: 1100px;
    display: block;

    margin-top: -35px;
    font-size: 25px;

  }
  #myinfo{
    margin-top: 60px;;
  }