#zontijden{
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;

    
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
}

#zontijden > div{
    color: var(--text-color);
    font-family: Inter;


}

#zontijden > div >img{
    width: 20rem;
    aspect-ratio: 16 / 9;
}