.card-background{
    background-image: url("./images/5248c834-3d8b-454f-9a99-b1b1bed04dd6.jpg");
    width: 350px;
    height: 600px;
    border-radius: 20px;
    justify-self: center;
    display: flex;
    justify-content: center;
}

.card{
    width: 80%;
    height: 85%;
    background-color: white;
    border: 5px solid rgba(62, 35, 16, 0.822);
    border-radius: 12px;
    align-self: center;
}

.photo-logo{
    height: 30%;
    display: flex;
}

.id-name{
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.role{
    height: 10%;
    display: flex;
    align-items: center;
}

.details{
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.bar-code{
    height: 15%;
    display: flex;
    justify-content: center;
}

.bar-code>img{
    width: 90%;
    height: 80%;
}

.photo{
    width: 60%;
    padding: 5px;
}

.photo>img{
    width: 90%;
    height: 100%;
    border-radius: 15px;
}

.logo{
    width: 40%;
    display: flex;
    justify-content: right;
    padding: 5px;
}

.logo>img{
    width: 50%;
    height: 40%;
}

.text-navy-blue{
    color: navy;
    margin-left: 5px;
}

.role-text{
    background-color: rgb(12, 114, 177);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    margin-left: 5px;
}

.first-name{
    height: 50%;
}

.last-name{
    height: 50%;
}

.text-bolder{
    font-weight: bolder;
    font-size: xx-large;
}