* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body {
    background-color: black;
    height: 100vh;
    cursor: url("../images/cursor.png") 8 8, auto;
}
#background {
    background-image: url("../images/parchment2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}
canvas {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: transparent;
    width: 100vw;
    height: 100vh;
}