body {
    margin: 0;
    padding: 0;
    background-color: white;
}

#unity-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#unity-build-title { 
    display: none 
}

#unity-fullscreen-button { 
    float: right; 
    width: 38px; 
    height: 38px; 
    background: url('fullscreen-button.png') no-repeat center 
}

