.dimScreen
{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);

    z-index: 3;
}

.dimScreenImage {
    position: relative;
    width: 200px;   /* the image width */
    height: 200px;  /* the image height */
    top: 50%;
    left: 50%;
    margin-top: -100px;  /* half the image height */
    margin-left:-100px;  /* half the image width */

    z-index: 3;
}

.radioForModal > label > input {
    margin-right:8px;
}

.intro.py-4.bg-info.text-white {
    background-color: #000 !important;
}

.intro.py-6.bg-info.text-white {
    background-color: #000 !important;
}