/* Hide Mastodon wordmark logo completely */
.logo--wordmark {
    display: none !important;
}

/* Hide Mastodon footer completely */
.link-footer {
    display: none !important;
}

/* Hide Mastodon server-banner__introduction completely */
.server-banner__introduction {
    display: none !important;
}

/* Hide Mastodon about__footer completely */
.about__footer {
    display: none !important;
}

/* Hide Mastodon logo icon completely */
.logo--icon {
    display: none !important;
}


