    /*
    #3aaaff section0 bg
    #63B3F3 year logo bg
    #372c73 paars
    #e09900 oranje
    #00a3da skybluedark
    #6dbcf8 skyblue
    */

    div {
        box-sizing: border-box;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }

    section {
        display: flex;
        flex-flow: row wrap;
        /* height: 100%; */
        width: 100%;
    }

    .row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row nowrap;
        height: 40px;
        width: 100%;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        flex-flow: row nowrap;
        background-color: #63B3F3;
        height: 40px;
        width: 100%;
        color: white;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    header div {
        height: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

    .cell {
        margin-top: auto;
        margin-bottom: auto;
    }

    .cell:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background: #63B3F3;
        color: white;
        font: 15px Arial, sans-serif;
        font-weight: bold;

    }

    .cell:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background: #63B3F3;
        color: white;
        font: 15px Arial, sans-serif;
        font-weight: bold;
        margin-left: 5px !important;
    }

    .cell:nth-child(3) {
        width: 300px;
        margin-left: 10px !important;
    }
    
    /* .cell:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background: #63B3F3;
        color: white;
        font: 15px Arial, sans-serif;
        font-weight: bold;
        margin-left: 5px !important;
    }

    .cell:nth-child(4) {
        width: 200px;
        margin-left: 10px !important;
    }

    .cell:nth-child(5) {
        width: 250px;
    } */

    .break {
        flex-basis: 100%;
        height: 0;
    }

    .circle {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 0px;
        background: #63B3F3;
        color: white;
        font: 15px Arial, sans-serif;
        font-weight: bold;
    }