* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    
}



.profile-image {
    width: 100%;

    border: 1px solid #000000;
    border-radius: 12px;
    box-sizing: border-box;
}

.btn-resume{
    background-color: #FF6828;
    color: white;
}
.btn-resume:hover{
    background-color: #f99e77;
    color: white;
}
.btn-resume:focus{
    background-color: #FF6828;
    color: white;
}

.btn-black1{
    background-color: #000000;
    color: white;
}
.btn-black1:hover{
    background-color: #4a4a4a;
    color: white;
}
.btn-black1:focus{
    background-color: #000000;
    color: white;
}
.navbarq{
    position:fixed;
    width:100%;
    z-index: 1000000;
    background-color: white;
    top:0;
}


.bg{
    background-color: #f5f5f5;
}
.bg-white{
    background-color: #fff;
}
.bg-red{
    background-color: #ff0000;
}
.bg-green{
    background-color: #00ff00;
}

.sq-30{
  font-size: 30px;
}


.ts-12{
    font-size: 12px;
}
.ts-14{
    font-size: 14px;
}
.ts-16{
    font-size: 16px;
}
.ts-18{
    font-size: 18px;
}
.ts{
    font-size: 20px;
}
.ts-sub{
    font-size:12px;
}
.linkedIn{
    color: blue ;
    
}

@media (min-width: 992px) {
    .container{
        max-width: 990px;
    }
    .ts{
        font-size: 30px;
    }
    .ts-sub{
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .container{
        max-width: 100%;
    }
    .ts{
        font-size: 20px;
    }
    .ts-sub{
        font-size: 12px;
    }
}

