
#speedometre {

    --grandeur: 200px;

    position: fixed;
    bottom: 0;
    right: 0;
    width: var(--grandeur);
    height: var(--grandeur);

}

