.neuigkeit {
    margin-top: 1em;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.511);

}

.neuigkeit h1 {
    text-align: center;
}

main {

    margin-left: 10%;
    margin-right: 10%;
}

li {
    font-size: 1.75em;
}

ul ul li{
    font-size: 1em;
}
kbd {
    background-color: #eeeeee80;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;*/
    color: #333;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}
