/* フッターの「無料でアカウントを作成する」の段落を非表示にする */
p.footer__simple-sign-up {
    display: none !important;
}

/* フッターの entity-name の後ろに "power by mcsm" を追加 */
a.entity-name::after {
    content: " power by mcsm";
    font-size: 0.8em;
    color: #888;
}