h1 {
    
    margin-top:20px;
    margin-bottom:30px;

    /* text-align: center;
    background-color:rgb(194, 197, 194);
    background-color:lightgreen;
    color: red;
    font-size: 80px; */
  }
  
  h2 {
    /* color: deeppink;
    font-size: 40px;
    font-weight: bolder; */
  }
  
  h3 {
    margin-top:20px;
    color: rgb(83, 141, 126);
    /* background-color:rgb(194, 197, 194);
    color: orange;
    font-size: 30px;
    font-weight: bolder; */
  }
  
  h4 {
    margin-top:20px;
    color: rgb(83, 141, 126);
    text-align: left;
    /* background-color:rgb(194, 197, 194);
  
    font-size: 30px;
    font-weight: bolder; */
  }

  img {
    margin-top: 20px;
    margin-bottom: 30px;
    /* box-shadow: 10px 10px 5px black */
  }
  
  section {
    /* background-color: #000; */
  }
  
  p {
    font-size: 16pt;
  }


  #p-old-std {
    margin-left: 75px;
    margin-right: 40px;
    font-size: 16pt;
    /* font-size: 15px;
    color: gray; */
  }
  
  ul {
    /* border-style: solid;
    color: gray; */
  }


  /* Pagagraph styles and variations */
  p {
    font-size: 16pt;
  }


#Index-Pg-1 {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14pt;
  }  


  #Index-Pg-2 {
    margin-left: 0px;
    margin-right: 30px;
    font-size: 14pt;
  }

  #Vis-tab {
    margin-left: 70px;
    margin-right: 30px;
    font-size: 14pt;
  }


  #Comp-Pg {
    text-align: center;
    font-size: 14pt;
    font-style: oblique;
  }

  #Pg2 {
    margin-left: 75px;
    margin-right: 40px;
    font-size: 16pt;
  }


  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size:10pt
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  #map {
    position: relative;
    border: 1px solid black;
    border-radius: 8px;
    height: 600px;  /* 600 or as desired */
    width: 100%;  /* This means "100% of the width of its container"*/
  }

  .leaflet-tile{
    margin-top: auto;
  }