.account {
  .account-header {
    padding: 0.5rem 0;
    border-bottom: 1px solid currentColor;
    align-items: flex-end;
  }

  h2 {
    margin: 0;
  }

  .theme, .capsuleers {
    margin-bottom: 1rem;
  }

  .theme .flex, .capsuleer {
    align-items: center;
  }

  .capsuleer {
    margin-bottom: 0.5rem;
  }

  .name {
    flex-grow: 1;
  }
}
