#coin1 {
    height: 3%;
    width: auto;
    left: 90%;
    top: 80%;
    position: absolute;
    cursor: pointer;
}

#coin2 {
    height: 3%;
    width: auto;
    left: 53%;
    top: 45%;
    position: absolute;
    cursor: pointer;
}

#coin3 {
    height: 3%;
    width: auto;
    left: 60%;
    top: 85%;
    position: absolute;
    cursor: pointer;
}

#coin4 {
    height: 3%;
    width: auto;
    left: 10%;
    top: 75%;
    position: absolute;
    cursor: pointer;
}

#coin5 {
    height: 3%;
    width: auto;
    left: 20%;
    top: 80%;
    position: absolute;
    cursor: pointer;
}

#coin6 {
    height: 3%;
    width: auto;
    left: 12%;
    top: 66%;
    position: absolute;
    cursor: pointer;
}

#coin7 {
    height: 3%;
    width: auto;
    left: 70%;
    top: 55%;
    position: absolute;
    cursor: pointer;
}

#coin8 {
    height: 3%;
    width: auto;
    left: 45%;
    top: 75%;
    position: absolute;
    cursor: pointer;
}

#coin9 {
    height: 3%;
    width: auto;
    left: 30%;
    top: 45%;
    position: absolute;
    cursor: pointer;
}

#coin10 {
    height: 3%;
    width: auto;
    left: 20%;
    top: 65%;
    position: absolute;
    cursor: pointer;
    z-index: 5;
}