* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    cursor: url("./assets/cursor.png"), auto;
    position: relative;
}

html, body {
    height: 100%;
}

body {
    background-image: url("./assets/EzSkins.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

canvas {
    display: block;
    position: absolute;
    z-index: 999; /* Needs to be above everything else */
    top: 0;
    pointer-events: none;
}