scroll animation code
css section { min-height: auto; /*change this for height*/ padding: 100px; display: flex; justify-content: center; align-items: center; } section:nth-child(1) { color: #e0ffff; } section:nth-child(2) { color: #42455a; background: #e0ffff; } section:nth-child(3) { color: #e0ffff; } section:nth-child(4) { colo...