Fix scrollbars showing on section

diff --git a/css/animations.css b/css/animations.css
index e180518..2ae4a56 100644
--- a/css/animations.css
+++ b/css/animations.css
@@ -4,7 +4,7 @@
 Source: https://codepen.io/elorenn/pen/qXzXPv
 
 -------------------------------- */
-.section {
+.bsection {
   position: relative;
   display: flex;
   flex-direction: column;
@@ -15,7 +15,7 @@
   flex-wrap: wrap;
   flex-basis: 50%;
 }
-.section:first-of-type {
+.bsection:first-of-type {
   border-right: 2px solid #fff;
 }