body{
    background: rgb(88,88,88);
    background: linear-gradient(90deg, rgb(109, 109, 109) 0%, rgba(40,40,40,1) 100%);
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    color: white;
    overflow-y:scroll;
}
.testdiv{
    background-color: red;
}
h1{
    color: DarkTurquoise;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
h2{
    color: Orange;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.rozdelovac{
    height: 20px;
}
.menu{
    color: white;
    font-weight: 700;
}
.obsah{
    padding: 15px;
    color: black;
    background-color:  white;
    min-height: 400px;
}
.patka{
    text-align: center;
    color: Silver;
}
.nav-link{
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    min-height: 50px;
}
.nav-link:hover{
    color: Orange;
    text-decoration: underline;
}
.tlac-pozadi{
    background: rgb(255,141,0);
    background: linear-gradient(120deg, rgba(255,141,0,1) 0%, rgba(255,218,0,1) 100%);
}
.navlink2{
    color: white;
}
.navlink2:hover{
    color: white;
    text-decoration: underline;
}
table{
    width: 100%;
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid black;
    text-align: center;
}
th{
    background-color: silver;
}
strong{
    font-weight: 700;
}
.obrazek-soutez{

}