@charset "UTF-8";

.menuItem {
    background-color: lightgray;
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    padding: 3%;
    text-decoration: none;
    color: currentColor;
    cursor: pointer;
    font-size: 120%;
}