@font-face {
    font-family: embedCourier;
    src: url(cour.ttf);
}
html, body {
                overflow: hidden;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }

            #renderCanvas {
                background-image: linear-gradient(rgb(255, 255, 255), rgb(0, 0, 0));
                width: 100%;
                height: 100%;
                touch-action: none;
            }
            #loadingScreen {
                position: absolute;
                width: 100%;
                top: 10%;
                text-align: center;
                z-index: 9999;
            }
            #loadingTxt {
                font-family: embedCourier;
                font-size: 18px;
                color: rgb(41, 31, 31);
                background-color: #ebe9e9;

            }
            #description {
                position: absolute;
                text-align: center;
                top: 80%;
                width: 70%;
                padding-left: 15%;
                padding-right: 15%;
                z-index: 9999;
            }
            #copyTxt {
                pointer-events: none;
                font-family: embedCourier;
                font-size: 18px;
                color: rgb(41, 31, 31);
                background-color: #ebe9e9;
            }
