body {
    width: 90%;
    max-width: 700px;
    margin: 20px;
}

.ristikkocontainer {
    align-items: center;
    width: 100%;
    max-width:500px;
}


.word {
    text-align:center;
    box-sizing: border-box;
    width:5%;
    line-height: 100%;
    font-size:110%;
    text-transform: uppercase;
    font-family: "Courier New";
    outline: none;
    resize: none;
    border: solid 1px;
}

.ristighint {
    margin:0;
    font-size:80%;
}

p {
    font-family: Georgia;
    line-height: 1.5em;
    font-size: 100%;
}

li {
    font-family: Georgia;
    line-height: 1.5em;
    font-size: 90%;
}

.numbers {
    display: grid;
    width: 100%;
    max-width:500px;
    box-sizing: border-box;
    grid-template-columns:  5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5%;
    text-align:center;
    margin-top: -10px;
}

.numb {
    font-family: Arial;
    font-size: 80%;
}

.secretetna {
    color: #FFFFFF;
    font-size:50%;
}