.sticker {
    cursor: pointer;
    border-radius: 33px;
    box-shadow: 0 4px 15px 0 rgba(72, 60, 9, 0.20);
}

.sticker.sticker-phy5 {
    position : absolute;
    top : 3600pt;
    left : 8%;
}

.sticker.sticker-phy6 {
    position : absolute;
    top : 3870pt;
    right : 8%;
}

.sticker.sticker-art5 {
    position : absolute;
    top : 4400pt;
    left : 8%;
}

.sticker.sticker-art6 {
    
    position : absolute;
    top : 3800pt;
    right : 8%;
}

.sticker .close-btn {
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    border-radius: 33px;
    box-shadow: 0 4px 15px 0 rgba(72, 60, 9, 0.20);
}

