diff --git a/websiteapp/static/css/styles.css b/websiteapp/static/css/styles.css index 976497d..c79b88b 100644 --- a/websiteapp/static/css/styles.css +++ b/websiteapp/static/css/styles.css @@ -20,7 +20,7 @@ body { background-color:rgba(250, 184, 0); color: #006cab; - font-size: 20px; + font-size: 25px; font-family: "CynthoRegular", sans-serif;; margin: 0; padding: 0; @@ -30,7 +30,7 @@ body { button { background-color: rgba(0, 108, 171); color: rgba(250, 184, 0); - font-size: 20px; + font-size: 30px; font-family: "CynthoRegular", sans-serif; font-weight: bold; padding: 25px 25px; @@ -47,7 +47,7 @@ button { } textarea { - width: 80%; + width: 800px;; height: 300px; padding: 12px; box-sizing: border-box; @@ -64,10 +64,12 @@ textarea { display: flex; /* places buttons side-by-side */ justify-content: center; /* centers them horizontally */ /* aligns vertically */ gap: 15px; - margin-top: 10px; + margin-top: 0px; } img { + display: block; + margin: 0 auto; align-items: center; - width: 80%; + width: 650px; } diff --git a/websiteapp/templates/websiteapp/base.html b/websiteapp/templates/websiteapp/base.html index 8c44160..5e09495 100644 --- a/websiteapp/templates/websiteapp/base.html +++ b/websiteapp/templates/websiteapp/base.html @@ -17,7 +17,7 @@
+