
body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
}

form input {
    margin: 10px;
    padding: 8px;
    width: 250px;
}

#certificado-container {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

#certificado-img {
    width: 100%;
    max-width: 800px;
}

#nombre-renderizado {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: bold;
    font-family: 'Georgia', serif;
    color: black;
}
