* {
    box-sizing: border-box;
}

h1 {
    font-family: arial;
}

body {
    background-repeat: no-repeat;
    font-family: arial;
    margin: 0;
    padding: none;
    background-color:  #000000 ;
    color: #ffffff;
}

footer {
    font-family: arial;
    font-size: 12px;
    padding-left: 10px;
    position:absolute;
    bottom: 0;
    width: 100%;
}

/* Links */
a {
    text-decoration: none;
}
a:link {
    color: #7e007e;
}
a:visited {
    color: #047e00;
}
a:hover {
    color: #fe00ff ;
}

/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
#canvas {
    padding-right: 0;
    display: block;
    border: 4px none #ffff04;
    visibility: hidden;
    
}

#wrapper {
    border: 4px solid #ffff04;
    width: fit-content;
}