html,
body {
    /* Disabling text selection */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select:   none; /* Chrome/Safari/Opera */
    -khtml-user-select:    none; /* Konqueror */
    -moz-user-select:      none; /* Firefox */
    -ms-user-select:       none; /* IE/Edge */
    user-select:           none; /* non-prefixed version, currently not supported by any browser */
    cursor: default;
    height: 100%;
    background-color: #dce0d4;
    color: #666964;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.wrapper {
    text-align: center;
}

input[type=button] {
    cursor: pointer;
    border: 0;
    padding: 5px 15px;
    background-color: #666964;
    color: #dce0d4;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

input[type=button]:active {
    padding-top:    8px;
    padding-bottom: 2px;
}

.employee {
    display: none;
}