
.nav-link{
    color: #00bcd4 !important;
    font-size: 1.2rem !important;
  }
  
  .nav-link:hover, .back a:hover{
    color: #9c27b0 !important;
  }

.certificate{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    background-color: #f1f1f1 !important;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .certificate img{
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 180px !important;
    height: 180px !important;
    align-items: center;
  }
  .certificate img:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }

  .certificate p{
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
    color: #333;
    font-weight: 600;
  }
  .certificate a{
    text-decoration: none;
    text-align: center;
  } 

  .organisation{
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem !important;
    color: #666;
  }

