.button
{
    margin           : 8px;
    padding          : 1px;
    display          : inline;
    color            : black;
    background-color : lightgrey;
    border-style     : outset;
}

.canvas
{
    position         : relative;
    width            : 400px;
    height           : 400px;
    overflow         : hidden;
    margin           : 8px;
    background-color : lightgrey;
    border-style     : outset;
}
