
#content {
display:grid;
grid-template-columns: 20% 80%;
background:black;
color:white;
font-family: cursive;
}

#main{
  background-color: black;
}

.title {
  color: white;
  font-family: cursive;
  width: 500px;
  height: 200px;
  padding: 10px;
  margin-left: 150%;
  margin-right: 90%;
}

.image{
  color: white;
  padding: 10px;
  color: white;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
}


/* #step0{
  margin-left: 100%;
  font-family: cursive;
  width: 300px;
  height: 100vh;
}

#step1{
  margin-left: 100%;
  font-family: cursive;
  width: 300px;
  height: 100vh;
}

#step2{
  margin-left: 100%;
  font-family: cursive;
  width: 300px;
  height: 100vh;
}

#step3{
  margin-left: 100%;
  font-family: cursive;
  width: 300px;
  height: 100vh;
} */


#sections {
  background: black;
  padding-top:25px;
  padding-left:15px;
  padding-right:15px;
}


.vis {
  top:0;
  position:sticky;
  /* box-sizing: border-box; */
  height:100vh;
  min-width:300px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  flex-grow: 0;
  flex-shrink: 0;
  fill:white;
}

#contain {
  display: inline-flex;
  flex-wrap: nowrap;
  
}


.step{
  height: 100vh;
  background: black;
}