diff --git a/index.html b/index.html
index 6ac9aee..22701b0 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
+
diff --git a/memories.html b/memories.html
index 0906259..8b9fe7e 100644
--- a/memories.html
+++ b/memories.html
@@ -8,6 +8,7 @@
+
diff --git a/styles/style_main.css b/styles/style_main.css
index 6b698d7..68c7904 100644
--- a/styles/style_main.css
+++ b/styles/style_main.css
@@ -4,7 +4,6 @@
@font-face { font-family: 'Bitter'; src: url(../fonts/Bitter/Bitter-VariableFont_wght.ttf) format('woff2'); }
body {
- width: 100vw;
height: 100vh;
background-image: url("/img/background.jpg");
@@ -59,7 +58,11 @@ div.window {
border-width: 5px;
border-color: #e9e9e9;
+ overflow-y: auto;
width: 60vw;
+ max-width: 80vw;
+
+ max-height: 60vh;
padding: 10px;
align-self: center;
background-color: #e9e9e9;