body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: 0;
}
.credencial{
    width: 250px;
            height: 350px;
            background-color:aquamarine;
            text-align: center;
            padding: 20px;
}
.credencial img{
    width: 200px;
    height: 150px;
    margin-bottom: 20px;
}
.credencial h1{
    font-family: cursive; font-size: 40px;
    color: black;
}
.credencial p{
    
    color:crimson;
    font-family:monospace; font-style: italic; font-size: 15px;
}
