
body {
    background-color: #2C4068;
    font-family: Segoe UI;
}
p {
    color: white;
}

#canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    /*transform: translate(-50%,0);
    left: 50%;
    top: 100px;*/
}