diff --git a/public/css/style.css b/public/css/style.css
index 03fc476a2e5e6846a7e65633fdc4cc8df81f134e..2a267d51f038661e8eb519c0937770ce09db828e 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -63,7 +63,8 @@ nav .logo {
 }
 
 main {
-  width: 750px;
+  width: auto;
+  max-width: 750px;
   margin: 50px auto;
 }
 
@@ -116,9 +117,10 @@ blockquote p {
 
 .menu {
   display: flex;
-  justify-content: space-between;
+  justify-content: flex-end;
   align-items: center;
   width: 50%;
+  margin-left: 120px;
 }
 
 .menu-item a {