
main {
    float: left;
    text-align:center;
}

.waku {

   width: 350px;
    background-color: rgba(0, 255, 255, 1);
}

.choice{
 clear: both;
}

table{
border: double;
table-layout: fixed;
}
.size{ 
 border: double;
  background-color: rgba(255,0,0, 1);

}
img.chimg{
 border: double;
  width: 90px;
  height: 90px;
}
img.chimg:hover{
 color:rgba(0, 255, 255, 1);
}
.type{
  width: 20px;
  border: double;
  color: yellow;
  background-color:rgba(0, 0, 255, 1);

  
}

canvas {
    position: relative;
    left: 0px;
    background-color: rgb(39, 39, 39);
}

