.certificate {
    margin-top: 20px;
    padding: 40px;
    background-image: url('Certificate of Completion.jpg'); /* Path to your certificate background image */
    background-size: cover;
    height: 1600px;
    display: none;
    position: relative;
}

/* .certificate-details {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #333044;
} */

#student-name {
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
   
    text-align: center;
    color: #333044;
}
.student-name-box{
    position: absolute;
    top: 34%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 1000px;
}



#student-id {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 64.3%;
    left: 35%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #333044;
}


#certificate-name {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 79%;
    left: 19%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #333044;
}


    
  
      /* Section title */
      h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 2em;
        font-weight: bold;
      }

