diff --git a/chatt.css b/chatt.css index 7b0e028b..bb110839 100644 --- a/chatt.css +++ b/chatt.css @@ -41,7 +41,7 @@ nav li { nav a { color: #fff; text-decoration: none; - font-weight: bold; + transition: color 0.3s; } @@ -51,7 +51,7 @@ nav a:hover { /* Chat container styling */ .chat-container { - max-width: 800px; + max-width: 1000px; margin: 60px auto; background-color: rgba(255, 255, 255, 0.8); padding: 1.5rem; @@ -63,8 +63,8 @@ nav a:hover { background-color: #f0f0f0; padding: 10px; border-bottom: 2px solid #ddd; - font-size: 1.25rem; - font-weight: 600; + font-size: 2.5rem; + font-weight: 900; color: #333; text-align: center; }