.e-body{
  background-color: var(--grey-4);

  & .external{
    display: flex;
    width: 100%;
    flex-grow: 1;

    & .internal{
      width: inherit;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
    }

    & .internal > form {
      display: flex;
      flex-direction: column;
    }
  }
}.e-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--grey-4);
    height: 100%;
    width: fit-content;
}.e-configuration-keys-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    width: fit-content;
}.e-landing {
    padding: 1em;
}