/* Hide all tabs in the account__section-headline */
.account__section-headline .tabs {
    display: none !important;
}

/* Optional: hide the whole headline section */
.account__section-headline {
    display: none !important;
}
.logo {
  background-image: url('/system/site_uploads/files/000/000/010/@1x/d7e4b1953b234e9a.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.logo use{
display:none;
}
.server-banner__introduction, .server-banner__meta{
display:none;
}

