#bg_style{
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.heading{
    width: 100%;
    margin: 0px;
}

#search{
    width: 40%;
}

canvas{
    border: 3px solid #3535;
    border-radius: 10px;
    margin-top: 130px;
    box-shadow: 20px 20px 100px red;
}

footer{
    bottom: 0px;
    width: 100%;
    position: fixed;
    text-align: center;
    background-color: rgb(202, 6, 6);
    color: #353535;
}