body{
    text-align: center;
    font-family: 'Chilanka', cursive;
}
.canvas {
    width: 70vw;
    height: 70vh;
    margin-left: calc(100vw*0.15);
    background: #6C7A89;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    }