diff --git a/index.html b/index.html index 151b058..a1a794b 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ padding: 20px; line-height: 1.6; } + .container { max-width: 800px; margin: auto; @@ -23,6 +24,7 @@ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; } + .button { background-color: #007bff; color: #fff; @@ -34,9 +36,11 @@ transition: background-color 0.3s; font-weight: 500; } + .button:hover { background-color: #0056b3; } + textarea { width: 100%; padding: 10px; @@ -45,64 +49,70 @@ margin-top: 10px; } - +
-