.btn-color{
  background-color: #0e1c36;
  color: #fff;

}

.profile-image-pic{
  object-fit: cover;
}

.cardbody-color{
  background-color: #ebf2fa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

a{
  text-decoration: none;
}
/* Stiluri pentru ecranul mic */
@media (max-width: 576px) {
     .card {
                width: 70%;
                margin: auto;
                margin-top: 20px;
            }
        }

        .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
            font-family: cursive !important;
            font-weight: bold !important;
            text-align: center !important;
        }