Adjust colors and fades a bit

diff --git a/index.html b/index.html
index 1009dab..c23d147 100644
--- a/index.html
+++ b/index.html
@@ -21,9 +21,7 @@
   <link rel="stylesheet" href="css/animations.css">
   <link rel="stylesheet" href="css/style.css">
   <link rel="stylesheet" href="css/table.css">
-
-  <script data-ad-client="ca-pub-7639560510014441" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
-
+  <script data-ad-client="ca-pub-7639560510014441" async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 </head>
 
 <body class="">
@@ -61,7 +59,7 @@
     </div>
   </nav>
   <!-- Cover -->
-  <div class="section-fade-out pt-5" style="background-image: url(&quot;https://i.imgur.com/BOGKaGy.jpg&quot;); background-position: center bottom;">
+  <div class="section-fade-out pt-5 pb-5" style="background-image: url(&quot;https://i.imgur.com/BOGKaGy.jpg&quot;); background-position: center bottom;">
     <div class="container pt-5">
       <div class="row">
         <div class="col-md-5">
@@ -103,7 +101,7 @@
     </div>
   </div>
   <!-- Article style section -->
-  <div class="py-5">
+  <div class="section-fade-in py-5">
     <div class="container">
       <div class="row" id="about">
         <div class="col-md-6 order-2 order-md-1 animate-in-left d-flex flex-grow-1 align-items-center justify-content-center">
@@ -182,8 +180,8 @@
     </div>
   </div>
   <!-- Download section -->
-  <div class="py-5 download-section bg-light" id="download">
-    <div class="container">
+  <div class="download-section bg-light mb-0" id="download">
+    <div class="container py-5">
       <div class="row">
         <div class="col-md-6 order-2 order-md-1"> <img class="img-fluid d-block mx-auto" src="images/1571976296909.png" style="" width="50%"> </div>
         <div class="px-md-5 col-md-6 d-flex flex-column align-items-start justify-content-center order-1 order-md-2">
@@ -224,11 +222,11 @@
     </div>
   </div>
   <!-- End Downloads -->
-  <div class="py-5" id="team">
+  <div class="bg-secondary py-5" id="team">
     <div class="container">
       <div class="row">
         <div class="mx-auto col-md-12 text-center">
-          <h3 class="display-3">The Team</h3>
+          <h3 class="display-3 pt-5">The Team</h3>
         </div>
       </div>
       <section id="content" class="team_content"></section>
@@ -362,7 +360,7 @@
           <h5> <b>Sources</b></h5>
           <ul class="list-unstyled">
             <li> <a href="https://review.blissroms.com">BlissROMs Gerrit Review</a> </li>
-			<li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
+            <li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
             <li> <a href="https://github.com/BlissRoms">BlissROMs GitHub</a> </li>
             <li> <a href="https://github.com/BlissRoms-Devices">BlissROMs-Devices GitHub</a> </li>
             <li> <a href="https://github.com/BlissRoms-x86">Bliss OS GitHub</a> </li>