Newer
Older
/* CSS Snippet from W3schools: https://www.w3schools.com/howto/howto_css_contact_form.asp */
[data-testid="stAppViewContainer"]{
background-image: url("https://www.cefe.cnrs.fr/templates/rt_zephyr/images/backgrounds/img-sky.jpg");
background-size: cover;
}
.header1 { color: black; }
.green { color: green; }
.centered-text {
text-align: center;
color: black;
}
.header1 { color: black;font-size: 70px;font-family: monospace; }
.header2 { color: rgb(74,165,41); }
.header3 { color: green; }
.blackfont {color: black;}
button {
height: auto;border-color:black;
width = 40px;
padding-top: 10px !important;
padding-bottom: 10px !important;
}