.bubble {
    position: absolute;
    top: 40px;
    left: 10px;
    border: solid 1px #9fbd49;
    cursor: pointer;
}

.special_offer {
    position: absolute;
    top: 180px;
    left: 280px;
    border: solid 1px #9fbd49;
    cursor: pointer;
}

.bluegreen {
    position: absolute;
    top: 195px;
    left: 30px;
    border: solid 1px #9fbd49;
}

.bangles {
    position: absolute;
    top: 420px;
    left: 40px;
    border: solid 1px #9fbd49;
    cursor: pointer;
}

