File size: 1,772 Bytes
bc807c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200&display=swap');

#MainMenu {
    visibility: hidden;
}            

header {
    visibility: hidden;
}

footer {
    visibility: hidden;
}

div[class*="stMultiSelect"] label p{
    font-size:  medium;
    color: black;
    font-weight: 600;
}

div[class*="stSelect"] label p{
    font-size:  medium;
    color: black;
    font-weight: 600;
}

div[class*="stRadio"] label p{
    font-size:  medium;
    color: black;
    font-weight: 600;
}

div[data-testid="stExpander"] div[role="button"] p {
    font-size:  medium;
    text-align: center; 
    color: #023e8a;
    font-weight: 600;
}

div[class*="stText"] label p{
    font-size:  medium;
    color: black;
    font-weight: 600;
}

.stTabs [data-baseweb="tab-list"] button [data-testid="stMarkdownContainer"] p {
  font-size:21px;
  font-weight: 600;
}

.block-container {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left:  17rem;
    padding-right: 17rem;
}

.br {
    display: block;
    margin: 0px 0;
}

.footer {
    position: fixed;
    left: 0; 
    bottom: 0;
    width: 100%;
    background-color: white;
    color: #737373;
    text-align: center;
}

a:link , a:visited{
    color: gray;
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: transparent;
    text-decoration: none;
}

a:hover,  a:active {
    color: gray;
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: transparent;
    text-decoration: none;
} 

.p1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 13px
}

h1 {
    text-align: center; 
    color: #023e8a;
    font-size: 60px;
}

h3 {
    text-align: center; 
    font-size:  medium;
    color: black;
    font-weight: 600;
}