#overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    visibility: hidden;
}

#overlay #main-container {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #3030f0;
}

#overlay #sub-container {
    position: absolute;
    top: env(safe-area-inset-top);
    width: 100%;
    height: 50px;
    background-color: #3030f0;
}

#overlay #exit-ar {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0);
    outline: none;
    transform: translate(0,-50%);
}

#overlay #mic {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 120px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    outline: none;
    transform: translate(0, -50%);
}

#overlay #mic:active {
    opacity: 0.5;
}

#overlay #previous {
    position: absolute;
    top: 50%;
    right: 60px;
    width: 60px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    outline: none;
    transform: translate(0,-50%);
}

#overlay #next {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 60px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    outline: none;
    transform: translate(0,-50%);
}
