.column {
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h1 {
    margin: 0 10%;
    text-align: center;
    padding: 20px;
    color: white;
    background-color: rgba(27, 78, 103, 0.888);
}

.button-container {
    margin-top: 10px;
}
h6 {
    margin-top: 15px;
}
.b{
    margin-top: 0;
}
 .h {
    text-align: center;
    height: 50px;
    width: 100%;
    color:white;
    
    border-radius: 10px;
    background-color: #0c572e;
    /* Set a fixed height for the h5 element */
    margin: 10px 0;
    /* Add margin to provide spacing */
}

/* Add this CSS to make the images responsive */
.img-fluid {
    max-width: 100%;
    height:40%;
}



.btn-primary:hover,
.btn-secondary:hover {
    background-color: green;
    /* Change button background color to green on hover */
}

/* Add styles for the popup */
#popupForm,#verificationForm {
display: none;
position: fixed;
top: 110px;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}


 h5 {
position: relative;
width: 100%;
margin-bottom: 20px;
padding: 20px;
color: white;
text-align: center;
background-color: #2c9ccc;
border-radius: 5px;

}




#popupForm label,
#popupForm input,
#popupForm textarea {
display: block;
margin-bottom: 20px;
width: 100%;
}

#popupForm input,
#popupForm textarea {
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 5px;
}

#submit,#verify{
    width: 100%;
}





