

.page-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 80px; 
}

.certificate {
    background-color: #f3eee2;
    border: 5px solid #b38061;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 80%;
    max-width: 700px;
}

.certificate-header h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    color: #b38061;
    margin-bottom: 10px;
}

.certificate-body {
    margin-top: 20px;
}

.award-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #555;
    margin: 10px 0;
}

.recipient-name {
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    color: #2c3e50;
    margin: 20px 0;
    font-weight: 700;
}

.signature {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #b38061;
    margin-top: 40px;
    font-weight: 700;
}


@media (max-width: 600px) {
    .certificate {
        padding: 20px;
        width: 95%;
    }

    .certificate-header h2 {
        font-size: 2rem;
    }

    .award-text {
        font-size: 1rem;
    }

    .recipient-name {
        font-size: 2rem;
    }
}

.footer-romantico {
    background-color: #b38061;
    color: white;
    text-align: center;
    padding: 40px 30px;
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
}

.footer-romantico p {
    margin: 7px 0;
    font-size: 1rem;
    font-weight: 300;
}