diff --git a/html/css/styles.css b/html/css/styles.css
index 4dc4c0d..d412424 100644
--- a/html/css/styles.css
+++ b/html/css/styles.css
@@ -8,6 +8,9 @@ body {
background-image: linear-gradient(to bottom, aqua, blue);
font-family: "Times New Roman", Times, serif;
+ width: 100%;
+ height: 100%;
+
/*background-image: url("../img/background.png");
background-size: cover;*/
}