html,
body {
    width: 100%;
    height:auto;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #050108, #343042);
}

h1{
    text-align: center;
    color: white;
    margin: 10px;
}

canvas{
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 10px;
}
#renderCanvas {
    width: 100%;
    touch-action: none;
}