@CodingDesign

Solution for the problem that I've talked at the end of this video is to give 'min-height' instead of 'height' for body tag. Eg: 
📝In Style.css file
body {
    min-height : 100vh;
}

@tonyvito5062

thanks great tutorial