body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f0f2f5;
    margin: 0;
    padding: 0;
}


.db_title{
height: 133px !important;
padding: 10px;
    background-color: #004d40;
    color: white;
border: 3px solid rgba(0, 0, 0, 0.1); /* Added border */

}
.db_title img{
width: 100px !important;
height: 100px !important;   
margin-left: 25px;
margin-top: 20px;
}
.db_title .db_head{
font-size: 32px;
margin-left: 150px;
font-weight: bold; 
font-family:  sans-serif;
align-items: center;
justify-content: center;
margin-top: -90px;


}
.staff_login{
margin-top: -5px;
font-size: 1.5em;
margin-left: 150px;
font-weight: bold; 
font-family:  sans-serif;
align-items: center;
justify-content: center;

}

.card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.card {
width: 180px;
height: 180px;
background-color: #ffffff;
border-radius: 15px;
box-shadow: 8px 5px rgba(177, 187, 187, 0.2);
border: 2px solid rgba(0, 0, 0, 0.1); /* Added border */
text-align: center;
text-decoration: none;
color: #333;
transition: transform 0.4s, box-shadow 0.4s;
perspective: 1000px;
}


.card:hover {
    transform: translateY(-10px) rotateX(10deg) rotateY(10deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.icon-shape {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 20px auto;
}

.card img {
    width: 45px;
    height: auto;
}

.card-title {
    font-size: 1.3em;
font-weight: 600;
transition: allow-discrete;
font-family: initial;
font-stretch: unset;
color: inherit;
margin-top: -20px;
}

.card:hover .card-title {
    color: #004d40;
}

.header-container {
display: flex;
align-items: center;
margin-left: 20px; /* Adjust the margin as needed */
}