body
{
    font-family: 'Train One', cursive;
}

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

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

.heading{
    width: 100%;
    top: 0;
    position:sticky;   
}


footer
{
   background-color: grey;
   color:white;
   line-height: 2;
   width: 100%;
   bottom: 0;
   position: fixed;  
}
canvas 
  {
      border:3px solid white;
      border-radius: 20px;
      box-shadow:  5px 5px 5px white;
  }