body{
    background-color: #130a1c;
}

#game{
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #130a1c;

    margin: auto;
}

#deltaText{
    color: white;
    position: absolute;
    right: 10;
    top: 0;
}

h1{
    position: absolute;
    color: white;
    top: 40%;
    right: 40%;
}

.hidden{
    display: none;
}