#content {
  display:grid;
  grid-template-columns: 40% 60%;
  }
  
  #sections {
    background: rgb(250,250,250);
    padding-top:25px;
    padding-left:15px;
    padding-right:15px;
    margin-left:16px;
    margin-right:16px;
    background-color: grey;
  }
  
  .step {
    background-color: grey;
  }
  
  #vis {
    top:0;
    position:sticky;
    box-sizing: border-box;
    height:100vh;
    min-width:600px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background-color: grey;
    margin-left:16px;
    margin-right:16px;
  }
  
  .step{
    height: 100vh;
  }