﻿body {
    background-color: #673ab6;
    height: 100vh;
    margin: 0;
    padding: 0;
}

/* Logo in AR HUD */
#logo {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 80px;
    height: 80px;
    
    opacity: 0.9;
    z-index: 1;
    pointer-events: none;
    
    background-color: transparent;
    background-image: url(assets/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
