body {
    display: block;
    margin: 8px;
    background: #f4f5f7;
}
html {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    letter-spacing: 0;
}
.page{
    width: 100%;
    padding: 40px 100px  ;
    padding-bottom: 100px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box;
    margin: 40px auto 20px;
    background: #fff;
    border-radius: 3.01px;
}
.klawisz_text{
    -webkit-box-align: baseline;
    align-items: baseline;
    border-width: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: underline;
    transition: background 0s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    white-space: nowrap;
    background: none;
    cursor: pointer;
    height: auto;
    line-height: inherit;
    padding: 0px;
    vertical-align: baseline;
    width: auto;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    color: #8993A4 !important;
}
.klawisz_text_span {
    transition: opacity 0.3s ease 0s;
    opacity: 1;
    margin: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bylo{
    background-color: #ffe7e7;
    text-decoration:line-through;
    margin: 5px 5px 5px 5px;
    padding: 2px 2px 2px 2px;
}
.jest{
    background-color: #ddfade;
    padding: 2px 2px 2px 2px;
}
