.AccountView {
  display: flex;
  flex-direction: column;
  height: 100%;

  > div:first-child {
    flex-grow: 1;
    margin-bottom: 0.875rem;
  }

  > div:last-child {
    flex-grow: 0;
  }
}
