body{
    text-align: left;
}

body,html{
    padding: 0; 
    border: 0; 
    margin: 0;
}

#unity-canvas{
    width: 100vw;
    height: 100vh;
    max-height: -webkit-fill-available;
    position: fixed;
}

#loader{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
