.AccountPanel {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.AccountPanel-email {
    text-align: center;
    color: var(--color-read-only);
}