.click {
    background-color: blanchedalmond;
    color: rgb(2, 34, 43);
    border: dotted;
    height: auto;
    border-radius: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: monospace;
    font-weight: 400;
    font-style: normal;
}

.click:hover {
    background-color: aliceblue;
    text-decoration: underline;
}

.mii {
    width: 100px;
    display:inline-block;
}
