diff --git a/estilo.css b/estilo.css index 01d2854..3ddeece 100644 --- a/estilo.css +++ b/estilo.css @@ -2,7 +2,7 @@ body { font-family: Arial, sans-serif; margin: 0; background-color: #f4f6f8; - color: #333; + color: #241414; } header { @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: rgb(196, 174, 174); border-radius: 10px; padding: 20px; width: 300px; @@ -30,7 +30,7 @@ header { h2 { margin-top: 0; - color: #2c3e50; + color: #5f0606; } ul {