a{
    margin : 0px 25px;
}

.topNavBar{
    background-color : whitesmoke;
    display : flexbox;
    position : fixed;
    width : 100%;
    height : 40px;
    top : 0px;
    left : 0px;
    z-index: 10;
    gap : 3rem;
    padding-top : 20px;
    text-align : center;
}
#topNavBarIcon{
    position : absolute;
    left : 16%;
    width : 6rem;
    height : 6rem;
    z-index : 11;
}
.topNavBarAnchor{
    color : darkgoldenrod;
    text-decoration : none;
    font-family : Verdana, Geneva, Tahoma, sans-serif;
    font-weight : bold;
    margin-top : 90px;
}