body {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    color: #fff;
}

#instruction_div {
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: 2em 0; 
    background: transparent;
    gap: 1em;
}


.instuction_image {
    height: auto;
    width: 50%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #6e6e6e;
    padding: 3em;
    background-color:rgba(70, 70, 70, 0.4);
    border-radius: 10px;
}

#unique_card {
   height:auto;
   display: flex;
   flex-wrap: wrap;
   gap: 1em;
   /* border: 1px solid red; */
}


.img_card {
    /* border: 1px solid #000; */
    display: flex;
    justify-content: center;
    height: 300px;
    width: 100%;
}

.instruction_description  {
    height: auto;
    width: 50%;
    padding: 1em 10px;
    text-align: center;
    font-size: clamp(1.125rem, 0.8125rem + 1vw, 1.375rem);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    
}

#unique_img {
    height: 100px;
    width: 300px;
    object-fit: contain;
}

.image_itself {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#blocked {
    height: 100vh;
    width: 100%;
}

.blocked_site {
     height: 100vh;
     width: 100%;
     border: 1px solid Red;
}

.block_area {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: transparent;
    text-align: center;

}

.hide {
    display: none;
}

#download_btn {
    display: block;

}

#copy_text {
    /* border: 1px solid #000; */
    position: relative;
}

#breadcramp {
    height: 120px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    margin: 0 auto;
    margin-top: -7em;
    background-color: rgba(236, 233, 233, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: black;
}

#span_copy {
    color: red;
    font-weight: 600;
    cursor: pointer;
}

.bread_class {
    visibility: hidden;
}

#input_copy_text {
    border: 1px solid red;
    display: none;
}


/* #alert_message_fixed {
    position: fixed;
    height: 100%;
    width: 100vw;
    background:rgba(70, 70, 70, 0.4);
 
    
    
}
#alert_message_container {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#alert_message_itself {
    background-color: #fff;
    width: 300px;
    height:300px;
} */

@media only screen and (max-width: 750px) {
 .instruction_description  {
    height: auto;
    width: 90%;
    padding: 1em 10px;
 }

 .instuction_image {
    height: auto;
    width: 95%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #6e6e6e;
    /* padding: 3em; */
    background-color:rgba(70, 70, 70, 0.4);
    border-radius: 10px;
}

#unique_img {
    height: 72px;
    width: 300px;
    object-fit: contain;
}


#download_btn {
    display: block;
    height:75px !important;
}

.block_area {
    height: 100%;
    width: 80% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: transparent;
    text-align: center;

}


}
