diff --git a/style.css b/style.css index 1d5fbb6..ad7fed4 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ body { font-family: 'Poppins', sans-serif; - background: #f5f5f5; + background: #DFE9F5; color: #222; min-height: 100vh; } @@ -16,7 +16,7 @@ body { height: 100vh; z-index: 0; pointer-events: none; - filter: invert(1) contrast(3) brightness(0.92); + filter: contrast(3) brightness(0.93); } #lottie-bg svg {