From 0442a203011f1e112ca9c4f0ca29c7b11fbbdff0 Mon Sep 17 00:00:00 2001 From: Mauro Infante <108948735+Maurux01@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:27:34 -0500 Subject: [PATCH] Update styles.css --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 6c565b8..183a8a4 100644 --- a/styles.css +++ b/styles.css @@ -24,7 +24,7 @@ body { #main-container { width: 90%; max-width: 600px; - background-color: #ffffff; + background-color: #008080; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); padding: 20px;