body {
    background-color: rgb(60, 60, 100);
    color: white;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(0%);
}
canvas {
    border: 5px solid white;
    margin: 0px;
}