body{background-color:#282c34;color:#abb2bf}
html, body {
    overflow: hidden;
}
.wf-sfcompactroundedbold-n4-active #rotate, .wf-sfcompactroundedbold-n4-active #support, .wf-sfcompactroundedbold-n4-active #version {
    color: #fff;
}
#game {
    top: 0;
    left: 0;
    position: absolute;
}
#rotate, #support {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    color: #5160f6;
    display: none;
    background: #5160f6;
    font-size: 30px;
    z-index: 10000;
    font-family: "SF Compact Rounded Bold";
}
#version {
    font-family: "SF Compact Rounded Bold";
    display: none;
    color: transparent;
    position: absolute;
    bottom: 5px;
    right: 10px;
}