body {
    background-color: #333355;
    display: flex;
    flex-direction: column;
    align-items: center;
    zoom: 1.6;
}

p {
    color: #bbbb99;
    display: inline;
    scale: 2;
}

canvas {
    max-width: 800px;
}