:root {
    --hell: ;
    /* --white: ;https://www.php-html-css.de/php-script-in-css.php */
}

.hell{color: #818181;}
.mittel{color: #43413f;}
.dunkel{color: rgb(22, 19, 16);}
.bghell{background-color: #818181;}
.bgmittel{background-color: #43413f;}
.bgdunkel{background-color: rgb(22, 19, 16);}

.red{color: red;} .white{color: white;}
.bggreen{background-color: green;}

body{margin: 0px; min-height: 100vh; }

.link{text-decoration: none; text-align: center; color: #d0d0d0;}

.font{font-family: Verdana, Geneva, Tahoma, sans-serif }

.size6{font-size: 6px;} .size8{font-size: 8px;} .size10{font-size: 10px;} .size12{font-size: 12px;} .size14{font-size: 14px;} .size16{font-size: 16px;} .size18{font-size: 18px;} .size20{font-size: 20px;} .size22{font-size: 22px;} .size24{font-size: 24px;} .size26{font-size: 26px;} .size28{font-size: 28px;} .size30{font-size: 30px;}

.full{width: 100%;}
.marginb3{margin-bottom: 3px;}

.center{ justify-self: center; display: grid; text-align: center; margin-left: auto; margin-right: auto;}

.bold{font-weight: bold;}

