.app {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
}

.terminal {
  width: 100%;
  height: 100vh;
}

.terminal__frame {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(42, 161, 152, 0.25);
  background: var(--bg-panel);
  box-shadow: var(--shadow);
  border-radius: 0;
  overflow: hidden;
  min-height: 100vh;
}
