body {
    overflow-x: auto;
    overflow-y: auto;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    background-image: url('assets/img/fond.jpg');
    background-repeat: repeat;
}

canvas {
    user-select: none;
    -webkit-user-select: none;
}

#p5_loading {
  display: none;
}