html {
color-scheme: light dark;
scroll-behavior: smooth;
}
body {
width: 100%;
padding: 0;
margin: 0;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 20px;
}
.header {
padding-top: 1em;
padding-bottom: 1em;
background-color: black;
position: sticky;
top: 0;
width: 100%;
display: inline-flex;
flex-direction: row;
}
.button {
flex-grow: 1;
width: 100%;
text-align: center;
}
.footer {
width: 100%;
text-align: center;
background-color: #111111;
padding-top: 1em;
padding-bottom: 2em;
}
.content {
max-width: 35em;
margin: auto;
line-height: 2;
padding-top: 4em;
padding-bottom: 4em;
padding-left: 2em;
padding-right: 2em;
text-align: justify;
text-justify: inter-word;
}
.banner {
width: 100%;
padding-top: 5em;
padding-bottom: 5em;
color: white;
text-align: center;
background-image: url("banner.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.banner h1 {
text-shadow: 2px 2px #222222;
letter-spacing: 0.25em;
font-family: 'Courier New', monospace;
}
.banner h3 {
text-shadow: 1px 1px #222222;
}
h2 {
font-size: 50px;
line-height: 1;
}
.softpage {
display: block;
height: 80vh;
min-height: 10em;
padding-bottom: 4em;
}
.logo {
max-width: 1.2em;
max-height: 1.2em;
display: inline-block;
vertical-align: bottom;
}
.logo img {
width: 100%;
height: 100%;
}