#ilus_tabel .nw {
    background: #991;
    font-size: 100%;
    border: 1px solid #333;
    box-shadow: 8px 8px 5px #444;
    padding: 8px 12px;
}
#ilus_tabel .n{
    background: #255;
    color: #fff;
    font-size: 100%;
    border: 1px solid #333;
    box-shadow: 8px 8px 5px #444;
    padding: 8px 12px;
}

#ilus_tabel .highlight {
    background: red;
    border: 1px solid #333;
    box-shadow: 8px 8px 5px #444;
    padding: 8px 12px;
}
table{
    width: 100%;
    border: 1px solid grey;
    text-align: center;
}


@keyframes my-animation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
h1{
    animation: my-animation 1s ease-in-out infinite alternate;
    text-align: center; 

}

#vastus {
    font-weight: bold; /* Жирный текст */
    font-size: 50px; /* Крупный размер шрифта */
}

#vastus2 {
    font-weight: bold; /* Жирный текст */
    font-size: 30px; /* Крупный размер шрифта */
}