diff --git a/styles.css b/styles.css index 4467fe6..e8e5bc2 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,4 @@ + /* Define CSS variables for colors */ :root { --dark-blue: #003b66; @@ -21,6 +22,7 @@ body { background-color: var(--background-text-color); color: var(--white); line-height: 1.8; + overflow: hidden; /* Disable scrolling */ } .parent {