
.heading
{
width: 100%;
text-align: left;
}
.heading h3{
    display: inline;
}

.heading button{
    float: right;
    border: 1px solid white;
}

#start ,#status, #restart
{
font-size: 22px;
}

.modal-dialog
{
    width: 70%;
}
.modal-body
{
    text-align: left;
    font-size: 20px;
}
canvas 
  {
      border:3px solid white;
      border-radius: 20px;
      box-shadow:  5px 5px 5px white;
  }

  .copy_right_footer{
    position:fixed;
    color:black;
    background-color: aquamarine;
    bottom:0;
    left:0;
    width: 100%;
}

#status{
    background-color: coral;
}

.restart{
    background-color: rgb(121, 188, 248);
}

#start{
    background-color: rgb(87, 218, 165);
}