*{
    line-height: 2.0;
    background-color: #b6badf;
}




.divheader{
    margin-left: 25px;
    margin-right: 25px;
    display: grid;
    border: 2px solid black;
    /* margin-bottom: 20px; */
    align-items: center;
    text-align: center;
}

#time{
    text-align: center;
    background-color: rgb(12, 2, 5);
    border: 1px solid black;
    color: wheat;
    display: inline-block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.heading{
    text-align: center;
    align-items: center;
    display: inline;
    grid-template-columns: 1fr;
    /* margin-left: 175px; */

    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }

  #percentage{
    background-color: burlywood;
    height: 40px;
    border: 1px solid black;
    display: inline-block;
    padding-left: 5px;
    text-align: center;
    align-items: center;
    padding-right: 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

.divmain{
    margin-left: 25px;
    margin-right: 25px;
    border: 2px solid black;
}
.divsec{
    margin-left: 100px;
}
h3{
    font-family: cursive;
    margin-left: 20px;
}

a{
    display: inline;
    float: right;
    /* margin-right: 50%; */
    padding-right:100px ;  
    color: black;
}
  




 
