body{
    margin: 0;
    border: 0;
}
#panorama {
    width: 100%;
    height: 100vh;

}

.vrBackgd {
    position: absolute;
    
}

.container {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    width: 400px;
    max-width: 100%;
    text-align: center;
    height: auto;
    background-color: white;
    opacity: 0.7;

    z-index: 2;

}

.contentText {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 41px;
    color: blueviolet;
    margin: 30px 30px;

    z-index: 2;

}