body{
    font-family: 'Raleway', sans-serif;
    background-color: white;
}
img.sponzor{
    max-width: 60%;
}
.sponzori{
    text-align: center;
}
a.menubtn{
    display: block;
    text-align: center;
    background-color: red;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 150%;
}
a.menubtn:hover{
    background-color: rgb(255, 98, 0);
}
#zebricek{
    font-family: 'Codystar', cursive;
    background-color: rgb(46, 46, 46);
    color: yellow;
    padding: 10px;
    font-size: 130%;
    border: 5px solid rgb(23, 23, 23);
}
th,td{
    padding: 8px;
    text-align: left;
    border-bottom: 1px dotted yellow;
}
.blok{
    margin-top: 50px;
}
a.smbutton{
    display: block;
    background-color: red;
    color: white;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 125%;
}
.patka{
    margin-bottom: 15px;
}
a{
    color: red;
    text-decoration: none;
}
a:hover{
    color: rgb(160, 0, 0);
    text-decoration: underline;
}
h4{
    text-decoration: underline;
}