body {
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #da842e; 
    color: #000000;
    text-align: center;
}
div{
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
img{
    max-width: 700px;
    height: 600px;
    border-radius: 5px;
    margin-top: 15px;
}
nav{
    max-width: 2000px;
    background-color: rgb(21, 35, 73);
    color: white;
    border-radius: 15px;
    position: fixed;
    display: flex;
    align-items: center;
    gap: 30px; 
    padding: 0 200px;
}
.logo{
    height: 70px;
    border-radius: 15px;
    align-items: center;
    margin-right: auto;
}
nav a{
    text-decoration: none;
    color: #b5752c;
    font-size: 20px;
    margin-left: 25px;
    font-weight: 600;
    transition: 0.3s;
}
nav a:hover{
    color: rgb(101, 139, 187);
}
.uvod{
    color: rgb(21, 35, 73);
    background-color: #ffc387;
}
.back-to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: rgb(21, 35, 73);
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: 0.3s;
}
table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table tr:first-child{
    font-weight: bold;
    background-color: rgb(21, 35, 73);
    color: #b5752c;
}
th, td{
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
h2{
    background-color: rgb(101, 139, 187);
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.blog{
    display: inline-block;
    width: 900px;
    height: 200px;
    background-color: rgb(101, 139, 187);
    color: white;
    padding: 15px;
    overflow: scroll;
}
.izrada{
    display: inline-block;
    width: 900px;
    height: 200px;
    background-color: rgb(101, 139, 187);
    color: white;
    padding: 15px;
    overflow: auto;
}
.lin a{
    text-decoration: none;
    color: rgb(21, 35, 73);
    font-size: 20px;
    margin-left: 25px;
    font-weight: 600;
    transition: 0.3s;
}
.lin a:hover{
    color: #dacc2e;
}
footer{
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #da842e;
    background-color: rgb(21, 35, 73);
}
.hrana a{
    text-decoration: none;
    color: #b5752c;
    font-size: 20px;
    margin-left: 25px;
    font-weight: 600;
    transition: 0.3s;
}
.novo-oznaka{
    position: absolute;
    top: 10px;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 50px; 
    background-color: darkorange;
}
