.custom-modal-content {
    position: fixed !important;
   top:0;
   left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    align-items: center;
    flex-direction: column;
    z-index: 10000 !important ;
        background:rgba(0,0,0,.8) !important;
}
#site-header {
    z-index: 9999 !important;
}
.close-modal {
    z-index: 10000 !important;
    position: absolute;
    top: 32px;
    right:32px;
    cursor: pointer;
}
.modal-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-modal-content .inner-content {
    background: white;
    padding: 32px;
    width:90%;
    max-width:1000px;
    margin:0 auto;
    overflow-y: auto;
    z-index: 10000;
    border-radius:5px;
    margin-top:100px;
    position: relative;
    height: 80%;
}

.modal-button,
.modal-image,
.modal-word {
    cursor: pointer;
}
