 #btnContainer {
     --btn-container-top: 383px;
     top: var(--btn-container-top);
     background-color: transparent; 
     height: 200px;
}  

@supports (-webkit-touch-callout: none) {
   #btnContainer {
       top: calc(var(--btn-container-top) - 13px);
   }
}
/* #btnCeremony, #btnReception, #btnConfirm {
   display: visible;
} */

#btnCeremony {
    top: 0px;
    left: 21%;
    right: auto;
    width: 45%; 
    height: 50px;
   /* background-color: pink;  */
}

#btnReception {
    top: 28px;
    left: auto;
    right: 1%;
    width: 45%; 
    height: 50px;
    /* background-color: orange;  */
}

#btnConfirm {
    top: 77px;
    left: auto;
    right: 18%;
    width: 35%; 
    height: 80px;
    /* background-color: yellow;  */
}
