Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,16 +11,19 @@ body {
|
|
11 |
color: #e0e0e0;
|
12 |
font-family: Arial, sans-serif;
|
13 |
}
|
|
|
14 |
.container {
|
15 |
max-width: 700px;
|
16 |
margin: 15px auto;
|
17 |
}
|
|
|
18 |
h1 {
|
19 |
font-size: 36px;
|
20 |
font-weight: bold;
|
21 |
text-align: center;
|
22 |
color: #ffffff;
|
23 |
}
|
|
|
24 |
.description {
|
25 |
font-size: 18px;
|
26 |
text-align: center;
|
|
|
11 |
color: #e0e0e0;
|
12 |
font-family: Arial, sans-serif;
|
13 |
}
|
14 |
+
|
15 |
.container {
|
16 |
max-width: 700px;
|
17 |
margin: 15px auto;
|
18 |
}
|
19 |
+
|
20 |
h1 {
|
21 |
font-size: 36px;
|
22 |
font-weight: bold;
|
23 |
text-align: center;
|
24 |
color: #ffffff;
|
25 |
}
|
26 |
+
|
27 |
.description {
|
28 |
font-size: 18px;
|
29 |
text-align: center;
|