.heading {
    font-size: 23px;
    width: 100%;
    margin: 0px;
}

#status,#Number_Of_Objects  {
    font-size: 18px;
}

body {
    background-size: cover;
    background-position: center;
}

canvas {
    box-shadow: 5px 5px 5px cornflowerblue;
    border-radius: 10px;
    margin-top: 30px;
    
}