body {
    background: #edf7fa !important;
}

.wellcome .titlepage h2::after {
    background: #088bdd !important;
}

.wellcome .titlepage h2 {
    border-right: #088bdd solid 2px !important;
}

.my-text {
    font-size: 20px;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .content {
    animation: fadeIn 1s ease-in;
  }

  .wellcome .titlepage p {
    font-size: 24px;
  }

  @media (max-width: 767px) {
    .wellcome .titlepage p {
        font-size: 24px !important;
      }
  }

.custom-footer {
  text-align: center;
}
  
.custom-footer a {
  color: #666666; /* Default link color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth color transition with ease-in */
}

/* Custom hover color for the anchor link */
.custom-footer a:hover {
  color: #4ac9f0; /* Hover color */
}

@media (max-width: 991px) {
  .custom-footer {
    text-align: center;
    position: relative;
    bottom: auto;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: none !important;
    max-width: none !important;
}
}