p.alphabet {
    font-size: 20em;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
}


.alphabet, p:link {
    color: #1d1d1d;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* visited link */
.alphabet, p:visited {
    color: #1d1d1d;
}

/* mouse over link */
.alphabet, p:hover {
    color: #1d1d1d;
    }
    
    /* mouse over link */
.alphabet, p:active {
    color: black;
    }
    
.tapLabel {
    font-size:1em;
    text-align: center;
    margin-top:120px;
}

@media screen and (max-width:767px) {
p.alphabet {
    -webkit-tap-highlight-color: transparent;
}
}
