

body { 
    font-family:tahoma;
    font-size: 14pt;
    background-color: #E6E6E6;
    margin: 10px;
    padding:25px;
    line-height: 1.6;
    text-align:left;
}

h1 
{text-align: center; color:black; }

h3 
{text-align: center; color: navy; }

h4 {text-align: center; color: green;}

h6 { color: navy; }

a {
    color: green;}


blockquote {
  border: 2px solid green;
  margin: 40px;
  padding:10px;  
}

heute {
text-align: left;
font-size: 30px;
color: black; }

.date {
text-align: left;
font-size: 12px;
color: navy; }

.step4 {
text-align: center;
font-size: 20px;
color: black; }

.step3 {
text-align: center;
font-size: 22px;
color: black; }

.step2 {
text-align: center;
font-size: 25px;
color: black; }

.step1 {
text-align: center;
font-size: 32px;
color: black; }

/*
Source - https://stackoverflow.com/a/60677249
Posted by IvanS95
Retrieved 2026-04-04, License - CC BY-SA 4.0
*/

.container {
  text-align: left;
}

.buttons-row {
  display: flex;
  justify-content: center;
}

