#ar-button {
background-color: #93c01f;
color: #fff;
padding: 7px 30px;
border: none;
cursor: pointer;
border-radius: 5px;
}
#ar-modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
#ar-modal-content {
position: relative;
margin: 15% auto;
padding: 20px;
width: 80%;
max-width: 700px;
background-color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#ar-modal-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 24px;
cursor: pointer;
}
model-viewer {
width: 100%;
height: 500px;
}