body {
    font-family:'Linux Libertine','Georgia','Times',serif;
    background-color: #b9b9b9;
    font-size: 16px;
    display: flex;
    justify-content: center;
}
#section{
    position: relative ;
    width: 85%;
    float: right;
    
}

#navigation {
    width: max-content; 
    width: 15%;
    float: left;
}

ul{
    list-style-type: none;
}

a {
    color:#000000;
    text-decoration: none;
}

h1 {
    border-bottom: 1px solid #a2a9b1;
    line-height: 1.5em;
    margin: 0px;
}
table {
    font-family:Calibri, sans-serif;
    color:white;
    border-collapse: collapse;
    background-color: #2c3d4b;
    
    
  }

  td {
    padding: 14px 25px;
    text-align: left;
    border: 1px solid black;
    
  }
  #heading {
    background-color: royalblue;
    font-weight: bold;
  }
 
h4 {
  text-align: center;
}

th {
  padding: 15px 25px;
text-align: center;
border: 1px solid black;
font-size: 19px;
}
h1{
  text-align: center;

}
#name{
  padding: 0px ;
 text-align: center;
}
#city{
  padding: 0px;
  text-align: center;
}