    .modal {
        padding-right: 0px;
        background-color: rgba(4, 4, 4, 0.3);
    }

    .modal-dialog_a {
        top: 20%;
        width: 100%;
        position: absolute;
    }

    .modal-content_a {
        border-radius: 10px;
        border: none;
        padding: 25px;
        top: 40%;
    }

    .modal-body_a {
        background-color: #0f8845;
        border-radius: 10px;
        color: white;
        padding: 10px;
    }


    .modal-dialog_b {
        top: 20%;
        width: 100%;
        position: absolute;
    }

    .modal-content_b {
        border-radius: 10px;
        border: none;
        padding: 25px;
        top: 40%;
    }

    .modal-body_b {
        background-color: #990000;
        border-radius: 10px;
        color: white;
        padding: 10px;
    }