404 Not Found
diff --git a/index.html b/index.html
index 8a45b22..4c999df 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
-

+
@@ -23,7 +23,7 @@
-
+
diff --git a/style.css b/style.css
index 8681dbe..6bed1cb 100644
--- a/style.css
+++ b/style.css
@@ -19,6 +19,7 @@ nav {
display: flex;
align-items: start;
justify-content: center;
+ margin: 2em 0 3em;
}
nav a {
@@ -45,6 +46,11 @@ p {
margin: 1em 0;
}
+img {
+ display: block;
+ width: 400px;
+}
+
.home {
margin-top: 1em;
}
@@ -54,10 +60,6 @@ p {
margin-left: 1em;
}
-.home img {
- display: block;
-}
-
.content-title {
color: #663333;
font-weight: bold;