#logo {
    a {
        text-decoration: none;
        display: flex!important;
        justify-content: center;
        align-items: center;
        span {
            margin-left: 18px;
            color: #343434;
            font-size: 16px;
            font-weight: bold;
        }
    }
    
}