diff --git a/main.js b/main.js
index f513090..b5ed5ae 100644
--- a/main.js
+++ b/main.js
@@ -117,7 +117,7 @@ const ocean = new Water(
         waterColor     : 0x001e0f,
         distortionScale: 3.7,
         fog            : scene.fog !== undefined,
-        alpha          : 0.5
+        alpha          : 0.7
     }
 );
 ocean.rotation.x = - Math.PI / 2;