        body, html {
            height: 100%;
            margin: 0;
        }

        body {
           
          font-family: 'Trebuchet MS', sans-serif;
   
            overflow: hidden;
            overflow: hidden;
        }

/*
        .startButton {
            position: absolute;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            z-index: 100;
            visibility: hidden
           
        }
*/

.startButton {
  height: 50px;
  width: auto;
/*  background-color: black;*/
    background: black;
  border-radius: 30px;
  display: inline-block;
     display: flex;
      justify-content: center;
      align-items: center;
    font-size:30px;
    color: white;
       z-index: 100;
            visibility: hidden;
    border-style: solid;
  border-color: white;
    padding: 0px 20px 0px 20px;
    border-width: 3px;
}

        a-scene {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 0;
        }


#myOverlay {
  
/*    bottom: 100px;*/
    left: 0;
    visibility: hidden;
    

  
}

#interactions {
  
  position:absolute;
    inset:0;
    top:auto;padding: 1em;
/*    background-color: darkblue*/
   

  
}

#interactions1 {
  

}

    .buttons {
      position: absolute;
      top: 10%;
      left: 0;
      width: 100%;
      height: 5em;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
    }

    #say-hi-button {
      padding: 0.25em;
      border-radius: 4px;
      border: none;
      background: white;
      color: black;
      width: 4em;
      height: 2em;
    }

img {
  width: 50%;
  height: auto;
}

.startDeska {
    position: absolute;
    top: 0;
    width: 100%-80px;
    height: 100%;
    z-index: 50;
    background-color: black;
    margin: 0px 0px 0px 0px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    text-align: center
}

.panelDeska {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: black;
   
    display: flex;
    justify-content: top;
    align-items: left;
/*     visibility: hidden;   */
    display: none
   
}





/*
.panel1 {
 visibility: hidden;   
}*/

 .logo {
width: 80vw;
  height: auto;
   
}
