body {
    margin: 0;
  /*  font-family: "Lato", sans-serif;*/


  background: #001a33;  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  

    background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;

  scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    
    z-index: -1;
    position: relative;
  }
  
  
  #content {
    padding-left: 16px;
    padding-right: 16px;
   /* padding-top: 50px;*/
    max-width: 1100px;
    position: relative;
z-index: -2;
  }
  
  html,
  body {
      scroll-behavior: smooth;
  }