table{
    width: 90%;
    max-width: 1000px;
    border-collapse:collapse ;
    border-color:rgb(142, 142, 142);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

body{
     font-family:  Arial, sans-serif;
      background-color:white;
      margin: 0;
 
      color: #000000;
}

h1{

  font-family: Arial, sans-serif;
  text-align:center;
  font-size: 32px;
  letter-spacing: 0.5px;
  border-bottom: 3px solid  #0a3d62;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 25px;color: #0a3d62;
  background-color: white;
}

h1::first-letter {
  font-size: 50px;
  color:  #013A33 ;
  font-weight: bold;
}

h2{
    font-family: Arial, sans-serif ;
    font-size:20px;
}

th{
    border:2px solid rgb(159, 156, 156);
    padding:10px;
    text-align: left;
   
    
}


td{

    border:2px solid rgb(189, 181, 181);
    padding:10px;
    
}


tr:nth-child(odd) {
    background-color: white;   
}
tr:nth-child(even) {
    background-color: #e6e4e4;  
}
td:hover {
    background-color: rgb(212, 212, 212) ;  
}

.screen{
    width:100%;
}

@media screen and (max-width: 600px) {
    table {
        width: 100%;
    }
    
}
.about-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner-content{
    width: 80vw;
    color: black;
}

@media (max-width:500px) {
    .inner-content{
        font-size: smaller;
    }
    
}

@media(max-width:768px){
    .last{
        font-size: small;
    }
}
