*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.modalBackground{
    background-color: #000000b1 !important;
}
.modal-content-Background{
    background-color: #00000000 !important;
}
.modalButton{
    background-color: #00000000;
    border: none;
    font-size: 1.5rem;
    position: absolute;
    top: -50px;
    right: -65px;

    transition: 300ms;
}
.modalButton:hover{
    background-color: #ffffff2e !important;
}

.gallary-image img{
    height: 13rem;
    width: auto;
    opacity: .7;
    transition: 300ms;
}

.gallary-image img:hover{
    opacity: 1;
}