        #moon-top-navbar {
            color: #fff;
            text-decoration: none !important;
            font-size: 11px !important;
            background-color: #000000 !important;
            letter-spacing: 5px;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0.5rem 1rem;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 100;
        }

        #moon-top-navbar-div a {
            color: #fff;
            text-decoration: none !important;
            font-size: 11px !important;
        }

        #moon-top-navbar-logo {
            height: 20px;
            padding-right: 10px;
        }

        .nav#moon-top-navbar{
            height: 36px;
        }