/* Тёмное оформление фона */
.modal-content {
    background-color: rgb(32, 38, 38) !important;
    color: #fff !important;
}

/* Центрирование модального окна */
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.instructions {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid rgb(32, 38, 38);
    background-color: rgb(32, 38, 38);
}
.instruction-step {
    margin-bottom: 20px;
}
.instruction-step img {
    max-width: 100%;
}