html, body, .player, .screenModal, .screenModalBox, canvas, button {background-color:black !important;}#canvasContainer {background-color:black;}#loadingModal .screenModalBox {background-color:gray !important;}.player {display:flex;justify-content:center;align-items:center;}button {width:80px;height:80px;background-color:white;background-position:center center;background-repeat:no-repeat;}button:hover {cursor:pointer;}.playBKImage {background-image:url("game-images/btnPlay.png");}.pauseBKImage {background-image:url("game-images/btnPause.png");}#btnFullScreen {background-image:url("game-images/btnFullscreen.png");}#btnRestart {background-image:url("game-images/btnReplay.png");}#btnBack {background-image:url("game-images/btnBack.png");}#btnPause {}@media screen and (orientation:portrait) {#buttonTray {display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:50px;}.player {flex-direction:column;}}@media screen and (orientation:landscape) {#buttonTray {display:flex;flex-direction:column;justify-content:center;align-items:flex-end;margin-left:50px;}}@media screen and (orientation:landscape) {.player {flex-direction:row;justify-content:center;align-items:center;}}