body{
    background-color: white;
    font-family: arial, sans-serif;
    font-size: medium;
}

.credencial {
    width: 300px;
    height: 250px auto;
    background-color: white; 
    border: 1px solid #ccc; 
    border-radius: 10px; 
    padding: 20px;
    margin: auto;
    box-shadow: 0 2px 4px black; 
    text-align: center; 
}

.credencial video {
    width: 100%;  

}

.credencial h1 {
margin-top: 15px;
font-family: cursive;
    font-size: 1.5em; 
    color: #000000; 
text-align: center;

}

.credencial p {
    font-size: 1em; 
    color: #474747;
}