Update app.py
Browse files
app.py
CHANGED
@@ -305,6 +305,7 @@ body {
|
|
305 |
color: white !important; /* Texte en blanc */
|
306 |
background-color: #3e2b1f !important; /* Fond marron foncé */
|
307 |
margin-bottom: 2rem !important;
|
|
|
308 |
text-align: center !important;
|
309 |
}
|
310 |
|
|
|
305 |
color: white !important; /* Texte en blanc */
|
306 |
background-color: #3e2b1f !important; /* Fond marron foncé */
|
307 |
margin-bottom: 2rem !important;
|
308 |
+
margin-top: 3rem !important;
|
309 |
text-align: center !important;
|
310 |
}
|
311 |
|