@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; | |
} |