.gameButton {

    width: 1000px;

    height: 50px;

    display: block;

    margin: auto;

    margin-top: 10px;

    font-family: Arial, sans-serif;

    font-size: 30px;

    font-weight: bold;

    background-color: white;

    cursor: url('../images/CustomMouseHand.png');

}

.Customcursor {
	 cursor: url('../images/CustomMouseHand.png');
	 
}

@font-face {
  font-family: Affection;
  src: url(Affectionately Yours - TTF.ttf);
}

div {
  font-family: Affection;
  font-size: 50px;
}

