table{
    border-collapse: collapse;
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    box-sizing: 50px;
    margin: auto;
    border: rgb(230, 0, 18) 3px solid;
    overflow-x:auto;
}

td{
    border: rgb(230, 0, 18) 3px solid;
    padding: 8px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    overflow-x:auto;
}

.tema{
    background-color: rgb(230, 0, 18);
    color: whitesmoke;
    text-decoration: solid underline whitesmoke;
}

.rok{
    background-color: rgb(230, 0, 18);
    color: whitesmoke;
    text-decoration: solid underline whitesmoke;
    
}

h2{
    text-align: center;
    text-decoration: solid underline;
}