So two problems. first you have one } under button class that we dont need that. second is you are givving the classes wrong.
its not
<button class="btn, btnbox" id="rockbtn"> <div class="sign">✊</div> </button>
it is <button class="btn btnbox" id="rockbtn"> <div class="sign">✊</div> </button>
without ",".