    h1 {color: red}
    h2 {color: rgb(4, 0, 255)}
    h3 {color: black}
     
    .trenner{color: bisque;}

    ul {list-style-type: disc;}

    ol {list-style-type: upper-latin;}

    td, th {
        font-size: 25px; border: 1px solid darkkhaki; 
        border-collapse: collapse;
        width: 45px;
        height: 30px;
    }
    
    table{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .photo {
        width: 100px;
        height: 100px;
    }

    body {background-color: antiquewhite;}