#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; /* Background color while loading */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top of other content */
}

#preloader img {
    width: 50px; /* Adjust as necessary */
    height: 50px; /* Adjust as necessary */
}

#content {
    display: none; /* Hide content until preloader is hidden */
}
.portfolio-img{
    height:70px;
    width:70px;
}
.skill-set div{
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.skill-set div:hover{
    box-shadow: 0px 0px 1px;
}
.btn-info-bx{
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
}
.img-profile{
    max-width:139px !important;
}