* {
  margin: 0;
  padding: 0;
}

#full {
  height: 100%;
}

#particles-js {
  height: 100%;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

#topone {
  background: #fff !important;
  height: 100vh;
}

#bottomone {
  background: #fff !important;
  height: 90vh;
}

@media (max-width: 768px) {
  #topone {
    padding-top: 1px;
    margin-top: 0;
    height: 60%;
  }
}

@media (max-width: 768px) {
  #bottomone {
    height: 1200px;
  }
}
