#canvas-container {
    width: 1280px;
    height: 720px;
    text-align: center;
    border: 1px solid black;
}

#status {
    font-family: 'Lato', sans-serif;
    color: #555;
}

#fullscreen {
    color: whitesmoke;
    font-family: 'Lato', sans-serif;
    padding: 5px;
    border-color: #555;
    border-style: dashed;
    border-width: 1px;
    text-align: center;
    font-size: 18px;
}

#fullscreen svg {
    fill: currentColor;
    display: inline;
    margin: auto;
}

body {
    color: whitesmoke;
    width: 1280px;
    margin: auto;
    background: #111;
    font-family: 'Lato', sans-serif;
}

canvas {
    background: #000;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -webkit-crisp-edges; /* Webkit (Safari) */
    image-rendering: pixelated; /* Chrome */
    transform: scale(2);
    transform-origin: top center;
    display:inline;
}

.status {
    background: #111;
    align-self: center;
    width: 1280px;
}

a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: orange;
}

/* selected link */
a:active {
    color: grey;
}

table {
   border-width: 1px;
    border-style: dotted;
    border-collapse: collapse;
    border-color: #333;
    width: 80%;
    padding: 15px;
}

td {
    text-align: left;
    padding: 15px;
}

h1 {
    color: orange;
}
