File size: 426 Bytes
0680337
 
 
 
 
 
 
 
1ac3506
 
89a40cb
85be666
0680337
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.stApp > header {
    background-color: transparent;
}

.stApp {
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    background: rgb(14,17,23);
    background: radial-gradient(circle, rgba(14,17,23,1) 0%, rgba(121,9,9,0.8037411971830986) 50%, rgba(14,17,23,1) 100%);
    animation: gradient 30s ease infinite;
    background-size: 100%;
    background-attachment: fixed;
}