Spaces:
Running
Running
File size: 960 Bytes
49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c 49b58b5 d1a9f2c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
/* Background color for the body */
body {
background-color: #E8F5E9;
font-family: 'Arial', sans-serif;
}
/* Header styling */
.header {
font-size: 2.5em;
color: #2E7D32;
text-align: center;
margin-top: 20px;
font-weight: bold;
}
/* Subheader styling */
.subheader {
font-size: 1.2em;
color: #4CAF50;
text-align: center;
margin-bottom: 30px;
}
/* Text area styling */
.stTextArea {
border: 2px solid #4CAF50;
border-radius: 10px;
padding: 10px;
font-size: 1em;
background-color: #FFFFFF;
}
/* Checkbox styling */
.stCheckbox label {
font-size: 1em;
color: #2E7D32;
}
/* Button styling */
.stButton button {
background-color: #4CAF50;
color: white;
border: none;
padding: 10px 20px;
border-radius: 10px;
font-size: 1em;
cursor: pointer;
}
.stButton button:hover {
background-color: #388E3C;
}
/* Spinner styling */
.stSpinner {
color: #4CAF50;
}
|