.backLinks{
    max-height: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;

}
.backLinks img{
    height: 100%;
}

.aboutAd{

    padding: 10px;
}

.adProps{

    padding: 10px;
}

body{
    margin-left: 8%;
    margin-right: 8%;
}

@media (max-width: 768px) { /* Adjust the max-width value based on your target mobile screen size */
    body {
        margin-left: 2%; /* Reduced margin for smaller screens */
        margin-right: 2%;
        font-size: 8px;
    }  
}


.custom-btn {
    width: 120px;
    height: 30px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-btn .ico {
    font-size: 14px;
}

.custom-btn .sharetext {
    font-size: 12px;
}

/* Responsive design for screens 768px and below */
@media (max-width: 768px) {
    .custom-btn {
        width: 100px;
        height: 25px;
        font-size: 10px;
    }

    .custom-btn .ico {
        font-size: 12px;
    }

    .custom-btn .sharetext {
        font-size: 10px;
    }
}

/* Responsive design for screens 576px and below */
@media (max-width: 576px) {
    .custom-btn {
        width: 90px;
        height: 22px;
        font-size: 9px;
    }

    .custom-btn .ico {
        font-size: 10px;
    }

    .custom-btn .sharetext {
        font-size: 9px;
    }
}

.bi-twitter {
   padding-bottom: 5px;
   padding-left: 5px;
}

@media (max-width: 768px) {
    .bi-twitter {
        width: 35px;
        height: 35px;
        padding-bottom: 1px;
        padding-left: 8px;
      
    }

    /* button size */
    .btn {
        padding: 0;
        font-size: 0.8rem;
    }

    .copyBtn{
        padding: 5px;
    }

   
}


