.border-outer-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outer-border-completion-certificate {
    border: 4px solid #578FBF;
    max-width: 1054px;
    width: 100%;
    padding: 30px;
}

.text-center {
    text-align: center;
}

.certificate-table {
    border: 2px solid #CECCCC
    ;
    padding: 30px 30px 40px;
}

.certificate-table table {
    width: 100%;
}