body{
    background-color: black;
    display: flex;
}

canvas{
    border: 1px solid, white;
    min-width: 100%;
    min-height: 100%;
}