.image-certif img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.error-message {
    color: red;
    font-size: 0.9em;
  }
  .success-message {
    color: green;
    font-size: 1em;
  }