diff --git a/index.html b/index.html
index ef4bf12..b8e8161 100644
--- a/index.html
+++ b/index.html
@@ -28,8 +28,8 @@
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
- width: 100%; /* Full width */
- height: 100%; /* Full height */
+ width: 80%; /* Full width */
+ height: 80%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */