dialog.bigImg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

dialog.bigImg::backdrop {
    background-color: #000000a3;
    cursor: pointer;
}

dialog.bigImg img { 
    max-width: 80vw;
    max-height: 80vh;
}

.imageToOpen {
    cursor: pointer;
}