body {
    text-align: center; 
    padding: 0; 
    border: 0; 
    margin: 0
}
#unity-container {
    position: fixed;
    width: 100%;
    height: 100%;
}
#unity-canvas { 
    width: 100%; 
    height: 100%; 
    background: #231F20
}
#video-ads-container { 
    position: fixed;
    width: 100%; 
    height: 100%; 
    pointer-events: none;
}
#ad-container {
    position: fixed;
    width: 100%;
	height: 100%; 
    pointer-events: none;
  }
