diff --git a/css/index.css b/css/index.css index 698e20d..0b8665f 100644 --- a/css/index.css +++ b/css/index.css @@ -1,7 +1,6 @@ body { font-family: 'Arial', sans-serif; - background: rgb(0,197,255); - background: linear-gradient(39deg, rgba(0,197,255,1) 0%, rgba(29,74,253,1) 50%, rgba(0,197,255,1) 100%); + background-color: #f4f4f4; margin: 0; padding: 0; text-align: center; @@ -144,4 +143,4 @@ button:hover { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; -} \ No newline at end of file +}