#btnCeremony {
    top: 0px;
    left: 35px;
    right: auto;
    width: 40%; 
    height: 100px;
   /* background-color: pink;  */
}
#btnReception {
    top: 87px;
    left: 35px;
    right: auto;
    width: 40%; 
    height: 100px;
     /* background-color: orange;  */
}

#btnConfirm {
    display: none; 
    margin-top:-10px;
    top: 0px;
    left: auto;
    right: 55px;
    width: 38%; 
    /* background-color: yellow; */
}
