html{
    background-color: black;
}
#canvas1 {
    border: 3px solid rgb(13, 13, 13);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1000;
    width: 500;
    background-color: rgb(55, 55, 55);
    }
footer {
    position: fixed;
    bottom: 0vh;
    left: -.618vw;
    right: -.618vw;
    width: auto;
    height: 1em;
    text-align: center; 
    background-color: snow;
    border-top-left-radius: 20vw;
    border-top-right-radius: 30vw;
    padding-top: 1em;
    padding-right: 1.618em;
    z-index: 1;
}