.heading{
    font-size: 25px;
    margin: 0;
    width: 100%;
    box-shadow:4px 3px 5px black
}
.NOTE{
    font-size: 18px;
    color: black;
}
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: blueviolet;
    text-align: center;
    line-height: 2;
    color: black;
    font-family: 'Times New Roman', Times, serif;
}
canvas{
    border: 4px solid orange;
    box-shadow: 4px 3px 5px black;
}
#Name_text{
margin-top: 20px;
}