* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

canvas {
    image-rendering: pixelated;
}

html,
body {
    overflow: hidden;
    outline: none;
    color: "#270f33";
    -ms-touch-action: none;
    touch-action: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*body{
    margin: 0;
    text-align: center;
    width: 100%;
    height: 100%; 
    overflow: hidden
}*/

#gameDiv {
    height: 100%;
    width: auto;
}

@font-face {
    font-family: 'Mozart';
    src: url('../assets/font/Questgiver_Enhanced.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

button[type="button"] {
    display: inline;
    width: auto;
}