html {
    touch-action: manipulation;
}

.button {
    border: 1px solid #dddddd;
    padding: 5px;
}
  
.button:hover {
    border: 1px solid  #dddddd;
    padding: 10px;
}

img {
    max-width: 135px !important;
    max-height: 135px;
}

.howToPlay img {
    border: 1px solid #000000;
    max-height: none;
    max-width: 100% !important;
}