.mainDiv{display:grid;justify-content:center;height:fit-content;gap:1rem}.clickButton{width:6rem;height:6rem;border-radius:5rem;background-color:#a96109;color:#fff}.clickButton:hover{background-color:#ce6215;color:#fff;cursor:pointer}.buttoncapture_div{display:grid;justify-content:center}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:transparent;display:flex;justify-content:center;align-items:center;color:red;font-size:3rem;z-index:1;text-align:center}.circle{position:absolute;left:50vw;top:50vh;width:90px;height:90px;border-radius:50%}.circle_clickable{background-color:red;cursor:pointer}.circle_notclickable{background-color:#000;cursor:not-allowed;pointer-events:none}
