/** @format */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: -apple-system, sans-serif;
    letter-spacing: -0.5px;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
}

body {
    cursor: none;
}

body > div {
    background-image: url(./curseur.png);
    background-position: center;
    background-size: contain;

    height: 20px;
    width: 12px;
    /* aspect-ratio: 0.59941944847; */
    position: absolute;
    top: 0;
    left: 0;
}
