body {
     margin: 0;
     overflow: hidden;
}


model-viewer {
     width: 100vw;
     height: 100vh;
     /* background-color: #ffffff; */
     background-image: linear-gradient(rgb(165, 165, 165), white);
     position: absolute;

}
#ar-button {

     /* border: none;*/
     /*cursor: pointer;*/
     /*background-image: url('/augmented-reality.png');*/
     /*background-color: transparent;*/
     /*background-size: cover;*/
     /*background-attachment: fixed;*/
     /*width: 35px;*/
     /*height: 35px;*/
     /*position: fixed;*/
     /*top: 10px;*/
     /*left: 10%;*/
     /*transform: translateX(-50%);*/
     
         background-image: url(./augmented-reality.png);
    background-repeat: no-repeat;
    /*background-size: 35px 35px;*/
    /*background-position: 12px 50%;*/
    background-color: transparent;
    position: absolute;
    left: 20%;
    top: 10px;
    transform: translateX(-50%);
    /*white-space: nowrap;*/
    /*bottom: 132px;*/
    padding: 0px 16px 0px 40px;
    font-family: Roboto Regular, Helvetica Neue, sans-serif;
    font-size: 14px;
    color:#000;
    height: 36px;
    border:none
    /*line-height: 36px;*/
    /*border-radius: 18px;*/
    /*border: 1px solid #DADCE0;*/
 }
 
