.mytag {
    user-select: none;
    transition: ease-out 0.3s;
}

.mytag:hover {
    scale: 1.05;
    margin-left: 7px;
    margin-right: 7px;
    box-shadow: 0px 0px 4px 1px rgba(86, 93, 114, 0.5);
    background-color: whitesmoke !important;
}