﻿.html5{
    width:25%;
    min-height:6.5em;
    margin:1rem 0 0 1rem;
/*    background-color:green;
    color:white;*/
    border-radius:0.75rem;
    padding:4%;
    touch-action:none;
    user-select:none;
    
}
.draggable {
    width: 25%;
    min-height: 6.5em;
    margin: 1rem 0 0 1rem;
/*    background-color: blue;
    color: white;*/
    border-radius: 0.75rem;
    padding: 4%;
    touch-action: none;
    user-select: none;
}