/* Tightens the logo area and removes extra white space at the top */
.sb-header-logo-container {
    margin-top: -10px !important;
    padding-bottom: 5px !important;
}

/* Centers your logo text/image more effectively */
.sb-header-logo {
    max-height: 80px !important; /* Adjust this to make your logo bigger or smaller */
}