* {
  transition: all 250ms ease-in-out;
  box-sizing: border-box;
}

.inner-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}