body {
    font-size: 20pt;
    font-family: ComicSansMS, Arial, monospace;
    
}

h1 {
  font-size: 45pt; 
  font-family: ComicSansMS, Wurschtegal, Arial;
}

h2 {
    font-size: 26pt;
    font-family: Arial, ComicSansMS;
}
    
h3 {
    font-size: 23pt;
    font-family: Arial, ComicSansMS;
}

h4 {
    font-size: 20pt;
    font-family: Arial, ComicSansMS;
}

td {
    font-size: 20pt;
    font-family: ComicSansMS, Arial, monospace;
    background-color: #d3ced9;
    border: solid #7c25ed;
    border-radius: 8px;
    padding: 5px; 
}

th {
    font-size: 20pt;
    font-family: ComicSansMS, Arial, monospace;
    background-color: #d3ced9;
    border: solid #7c25ed;
    border-radius: 8px;
    padding: 5px; 
}

.tuerkis {
    color: #88caab;
}

.rot {
    color: #ff1600;
}

.bgrot {
    background-color: #ff0d00
}

.gruen {
    color: #2bd019;
}

.dunkelgruen {
    color: #214414;
}

.bggruen {
    background-color: #b6ff93;
}

.blau {
    color: #0f00ff;
}

.dunkelblau {
    color: #1d215f;
}

.bgblau {
    background-color: #cffbef;
}

.bgblau2 {
    background-color: #00d7ff;
}

.bgdunkelblau {
    background-color: #2abffb
}

.bloi {
    color: #00bcff;
    background-color: #d2ff00;
    font-weight: bolder;
    font-family: ComicSansMS;
    font-size: 500pt;
}

.violett {
    color: #7c25ed;
    
}

.dunkelviolett {
    color: #400e61;
}

.bgviolett {
    background-color: #e5cdfe;
}

.gelb {
    background-color: #f9fb2a
}

li {
    font-size: 21pt;
}

.ez {
    font-size: 22pt;
}

