Spaces:
Runtime error
Runtime error
.main-title { | |
font-size: 50px; | |
color: #FFA500; | |
text-align: center; | |
font-weight: 700; | |
} | |
.heading { | |
font-size: 25px; | |
color: #FF6347; | |
font-weight: 600; | |
} | |
.summary-text { | |
font-size: 18px; | |
color: #008080; | |
font-weight: 500; | |
} | |
.company-select { | |
font-size: 18px; | |
color: #FF4500; | |
font-weight: 600; | |
} | |
.dataframe-style { | |
background-color: #F5F5F5; | |
border-radius: 10px; | |
padding: 10px; | |
} | |