.credencial {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0,0.5); 
    margin-left: 500px;
    margin-right: 500px;
    width: 450px;
    height: 650px;
    background-color: rgb(0, 0, 79);
}

.yo img {
    width: 150px;
    height: 200px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 5%;
}

.franja {
    font-family: "Rampart One", serif;
    font-size: 40px;
    font-weight: 400 ;
    text-align: center;
    color: rgb(228, 187, 6);
}

.datos {
    text-align: left;
}

.datos h4 {
    margin: 30px 0;
    font-size: 17px; 
    font-family: "Vast Shadow", serif;
    font-family: "Rampart One", serif;
    color: rgb(228, 187, 6);
}

 .datos h4 span {
    font-weight: 100;
    font-family: "Vast Shadow", serif;
    color: white;
 }