html, body {
    margin:0;
    -webkit-tap-highlight-color: rbga(255, 255, 255, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #1e153a;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    color: white;
}
div {
    position: relative;
    margin: 0;
}
.sans {
    font-family: 'Open Sans Condensed', sans-serif;
    color: white;
    font-weight: bold; 
}
h1.preload {
    position: absolute;
    top: -2000px;
    left: -2000px;
}
#root {
    width: 1920px;
    height: 1080px;
    text-align: center;
    background-size: auto 100%;
	overflow: hidden;
    transform-origin: top left;
}
div.screen {
    width:100%;
    height:100%;
    text-align: center;
    display: none;   
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform-origin: top left;
    position: absolute;
}
img {
    position: absolute;
    -webkit-user-drag: none;
}
.button {
    cursor: pointer;
}
div {   
    background-repeat: no-repeat;
    background-position: center;
}
#error p {
    font-size: 80px;
}