+
diff --git a/cloned-sites/cyberfiction/stle.css b/cloned-sites/cyberfiction/stle.css
index 09f5908..2da5ba7 100644
--- a/cloned-sites/cyberfiction/stle.css
+++ b/cloned-sites/cyberfiction/stle.css
@@ -24,11 +24,23 @@ html,body{
#page{
+ position: relative;
height: 100vh;
width: 100vw;
background-color: aqua;
}
+/* #page #line{
+ position: absolute;
+ top: 30%;
+ left: 50%;
+ transform: translate(-50%,-50%);
+ white-space: nowrap;
+ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
+ font-size: 100px;
+ font-weight: 400;
+} */
+
#page1{
height: 100vh;
width: 100vw;
+