* {
	margin: 0;
	padding: 0;
}
body {
font-family: serif;
}


.letters {
    width: 90px;
    height: 81px;
    border-radius: 15px;
    background-color: #2f482f;
    float: right;
    margin-right: 2%;
    margin-top: 8px;
    font-size: 58px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;
    font-family: hebold;
}
.letters:hover{
	 color: #e365f9;	
	 border: 2px solid #e365f9;	
}


#canvas {
  border:2px solid #000000;

  background-color: #fff;
}


@font-face {
  font-family: hebold;
  src: url(../../fonts/Assistant-SemiBold.ttf);
  font-weight: bold;
  color:#000;
}


