/*
    General navbar/page style
    Last modified: 6 Sept. 2022
*/
ul.a {
    list-style-type: none;
    overflow: hidden; 
    background-color: #464646;
    border-color:  #565656 gray;
    border-style: outset;
    border-width: 05px;
    text-align: center;
}
  
li a.active{
    color: white; 
    padding: 05px 5%;
    text-decoration: none;
    float: left;
    width:10%;
    text-align:left;
    min-width:100px;
}

h1 {
    text-align:center;
}
