body{
    background-size: cover;
}

.heading{
    border-radius: 5px;
    width: 100%;
    text-align: left;
  }
  
  .hh1{
    display: inline;
    font-family: 'Monoton', cursive;
  }
  
  .small_img{
    width: 50px;
    border-radius: 100px;
  }
  
  .intr{
    font-size: 20px;
    border-radius: 5px;
    float: right;
    border: 1px solid white;
    font-family: 'Anonymous Pro', monospace;
  }
  
  #start , #status , #restart{
    font-size: 22px;
    font-family: 'Ruda', sans-serif;
    border: 1px double black;
    margin-bottom: 50px;
  }
  
  .copy_right_footer{
    position: fixed;
    color: white;
    background-color: gray;
    bottom: 0;
    width: 100%;
    line-height: 2;
    text-align: center;
    font-family: 'Unica One', cursive;
    font-size: 20px;
  }

  .model-dialog{
    width: 800px;
}

.h10{
  font-family: 'Monoton', cursive;
  text-decoration: underline;
  font-size: 30px;
}


#modal_dialog1{
    width: 90%;
}

.h9{
  font-family: 'Courgette', cursive;
  font-size: 22px;
}

canvas{
  border: 15px ridge rebeccapurple;
  border-radius: 20px;
  box-shadow: 5px 5px 5px gray;
}