html, body{
    margin : 0px;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("../img/12.jpg");
    background-size: cover;
    font-family: "montserrat";
    z-index: 2;
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px)
}

#canvasContainer{
    margin : 0px;
    width : 100%;
    height : 100%;
}

#textInputSpan{
    position: absolute;
    color: #000000;
    font-family: sans-serif;
}