body {
  padding: 0;
  margin: 0;
  font-family: 'Georgia';
  overflow-x: hidden;
  background: linear-gradient(rgba(11,24,61,1) 0%, rgba(89,89,139,1) 100%);
}


main {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  
}

h1 {
  font-family: 'Georgia';
   font-weight: bold;
   font-style: normal; 
   font-size: 42pt;
   color: white;
   position: relative;
  text-align: center;
}

p {
  font-family: 'Georgia';
  color: white;
  position: relative;
  text-align: center;
}

#header {
  display: grid;
  grid-template-rows: auto;
}

#content {
  display:grid;
  grid-template-columns: 60% 40%;
  
  }
  
  
  #vis1 {
    padding-top:50px;
    padding-left:20px;
    padding-right:10px;
    position:sticky;
    box-sizing: border-box;
    height:100vh;
    min-width:600px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  
  }
  #vis2 {
    padding-top:50px;
    padding-left:10px;
    padding-right:20px;
    position:sticky;
    box-sizing: border-box;
    height:100vh;
    min-width:600px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  
  }
  
  .step{
    height: 100vh;
  }

  #button {
    position: relative;
    text-align: center;
  }