Prova ad eliminare height:200vh; in questa parte del tuo CSS :
codice:
body {
    font-family: Quicksand;
    margin:0; /*gets rid of white space around body*/
    height:200vh;
    position:relative;
}