Fix broken download button

Missing ID tag :/
diff --git a/index.html b/index.html
index c48dc24..1e9d787 100644
--- a/index.html
+++ b/index.html
@@ -195,7 +195,7 @@
 
 
 <!-- Download section -->
-  <div class="download-section">
+  <div class="download-section" id="download">
     <h3 class="display-3 d-flex justify-content-center align-items-center w-100 download-title">Download Options</h3>
   <div class="download-grid">
       <div class="download-card-common download-card-white download-card-one">
@@ -773,4 +773,4 @@
   <script src="js/smooth-scroll.js"></script>
 </body>
 
-</html>
\ No newline at end of file
+</html>