@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  height: 100vh;
  width: 100vw;
  margin: 0;
  background: linear-gradient(90deg, rgba(40,40,40,1) 0%, rgba(70,70,70,1) 100%);
}

.model-viewer {
  width: 100%;
  height: 100%;  
}



.ar-button {
  position: absolute;
  right: 5%;
  bottom: 10%;
  background-color: white;
  border-radius: 14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 12px;
  padding: 10px;
  font-size: 40px;
}