body {background-color: dimgray;}

h1 {color: orange;}

.head {display: flex; align-items: center; justify-content: center;}

.trenner {color: orange; width: 700px; height: 10px; border: none; background: orange;}

p {color: orange; font-size: large;}

h2 {color: orange;}

ul {color: orange;}

.images {width: 700px; height: 300px; display: block; margin: 0 auto;}

table {margin: auto 50; color: orange; display: flex; align-items: center; justify-content: center; border-collapse: collapse;}

td, th {
    font-size: 25px; border: 3px solid orange;
    width: 100px;
    height: 40px;
}

.bluetable {background-color: rebeccapurple;}

.redtable {background-color: red; color: white; }

.chuck {color: orange; display: flex; align-items: center; justify-content: center; font-size: x-large;}

#Herz{
    background: red;
    color: white;
    font-size: 4em;
    text-align: center;
}

#Chuck {
   font-family: 'Courier New', Courier, monospace;
   width: 400px;
   text-align: center;
   color: orange;
   
}