canvas {
    border: 0px;
    width: 90%;
    height: 50%;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0px 0px 20px rgb(83, 83, 83);
    cursor: crosshair;

}

body {
    background-color: rgb(255, 187, 0);
    text-align: center;
    font-size: larger;
    font-family: sans-serif;
    font-weight: 700;
}