Fonts
Browse files
app.py
CHANGED
@@ -178,27 +178,27 @@ css = """
|
|
178 |
}
|
179 |
h1 {
|
180 |
text-align: center !important;
|
181 |
-
font-size:
|
182 |
color: #6A0DAD !important; /* Dark Purple */
|
183 |
}
|
184 |
h2 {
|
185 |
text-align: center !important;
|
186 |
-
font-size:
|
187 |
color: #B084E9 !important; /* Lighter Purple */
|
188 |
}
|
189 |
h3 {
|
190 |
text-align: center !important;
|
191 |
-
font-size:
|
192 |
color: white !important; /* White */
|
193 |
}
|
194 |
h4 {
|
195 |
text-align: center !important;
|
196 |
-
font-size:
|
197 |
color: white !important; /* White */
|
198 |
}
|
199 |
h5 {
|
200 |
text-align: left !important;
|
201 |
-
font-size:
|
202 |
color: white !important; /* White */
|
203 |
font-weight: bold !important;
|
204 |
margin-top: 50px !important;
|
|
|
178 |
}
|
179 |
h1 {
|
180 |
text-align: center !important;
|
181 |
+
font-size: 3.5em !important;
|
182 |
color: #6A0DAD !important; /* Dark Purple */
|
183 |
}
|
184 |
h2 {
|
185 |
text-align: center !important;
|
186 |
+
font-size: 2.5em !important;
|
187 |
color: #B084E9 !important; /* Lighter Purple */
|
188 |
}
|
189 |
h3 {
|
190 |
text-align: center !important;
|
191 |
+
font-size: 2em !important;
|
192 |
color: white !important; /* White */
|
193 |
}
|
194 |
h4 {
|
195 |
text-align: center !important;
|
196 |
+
font-size: 1.5em !important;
|
197 |
color: white !important; /* White */
|
198 |
}
|
199 |
h5 {
|
200 |
text-align: left !important;
|
201 |
+
font-size: 1.5em !important;
|
202 |
color: white !important; /* White */
|
203 |
font-weight: bold !important;
|
204 |
margin-top: 50px !important;
|