*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    background-color: #0f0f0f;
    overflow-x: auto;
    overflow-y: auto;
}

canvas {
    width: auto;
    height: auto;
}

.inner_div {
    position : fixed;
    display : flex;
    justify-content : center;
    align-items : center;
}

.pElement {
       color : #00aaff;
       font-size : 20px;
       text-align : center;
}