| |
| .reportview-container { |
| width: 80%; |
| } |
|
|
|
|
| .stApp > header { |
| background-color: transparent; |
| } |
| .stApp { |
| margin: auto; |
| font-family: 'Roboto', sans-serif; |
| overflow: auto; |
| background: -webkit-linear-gradient(to right, #ecebe9, #f2f2f2, #dbdbdb, #eaeaea); |
| background: linear-gradient(to right, #f6f5f2, #f2f2f2, #dbdbdb, #eaeaea); |
| animation: gradient 15s ease infinite; |
| background-size: 400% 400%; |
| background-attachment: fixed; |
| } |
|
|
| |
| .sidebar-content { |
| background-image: linear-gradient(to bottom, #ada996, #1041c8); |
| color: white; |
| padding: 20px; |
| border-radius: 10px; |
| } |
|
|
| .st-emotion-cache-16txtl3 { |
| padding: 0.01rem 0.01rem; |
| } |
|
|
|
|
|
|
|
|