*{
    box-sizing: border-box;
}
body{
    margin: 0;
    background-color: burlywood;
    font-size: 15px;
}
header{
    background-color: rgb(255, 251, 246);
    color: white;
    
    height: 100px;
    margin: 0 auto;
    top: 20px;
    margin-top: 5px;
    border-radius: 5px;
    border: 5px blue;
    border-color: blue;
}
.row-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row-1 img{
    width: 100px;
    
}
.row-1 ul{
    display: flex;
    margin-right: 25px;
}
.row-1 ul li{
    list-style-type: none;
    margin: 5px;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.row-1 ul li a{
    text-decoration: none;
    color:rgb(255, 255, 255);
    background-color: rgb(173, 146, 69);
    width: 75px;
    height: 30px;
    text-align: center;
    border-radius: 10px;
    padding: 5px;

}
.row-1 ul li a:hover{
    text-decoration: none;
    color: rgb(173, 146, 69);
    background-color: rgb(255, 255, 255);
    width: 75px;
    height: 30px;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}
.row-1 h1{
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.container{
    flex-basis: 960px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}
.link ul{
    display: flex;
    flex-basis: 48%;
    max-width: 960px;
    margin: 0 auto;
}
.link ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 10px;
}
.link ul li a{
    text-decoration: none;
    color:black;
    background-color: orange;
    width: 450px;
    height: 30px;
    text-align: justify;
    border-radius: 10px;
    padding: 5px;

}
.link ul li a:hover{
    text-decoration: none;
    color:black;
    background-color: rgb(71, 216, 71);
    width: 450px;
    height: 30px;
    text-align: justify;
    border-radius: 10px;
    padding: 5px;

}


.row-3{
    display: flex;
    justify-content: space-between;
    height: 400px;
}
.row-3 article {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border-color: rgb(151, 118, 75);
    justify-content: space-between;
    flex-basis: 32%;
    border: 4px;
    border-color: blue;

}
.row-2 article{
    background-color: white;
    border-radius: 5px;
    border-color: rgb(151, 118, 75);
    justify-content: space-between;
    flex-basis: 48%;
}



article img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 10px auto;
}


.row-3 article {
    border: 3px blue;
    text-align: center;
}

.dva {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255);
    width: 960px;
    height: 100px;
    margin: 0 auto;
    top: 20px;
    margin-top: 5px;
    border-radius: 5px;
    border: 5px blue;
    border-color: blue;
}
.dva img {
    width: 100px;
}
.dva ul {
    display: flex;
    margin-right: 25px;
}
.dva ul li {
    list-style-type: none;
    margin: 5px;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.dva ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(151, 114, 44);
    width: 75px;
    height: 30px;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}
.dva ul li a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    width: 75px;
    height: 30px;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}
.dva h1 {
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


article{
    text-align: justify;
}

.row-3 article{
    padding: 4px;
    text-align: justify;
}

.row-1 ul li a,
.dva ul li a {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #5C4033;






}
article.prijava h3 {
    font-size: 18px;
    margin: 0;
    align-self: flex-start;
    color: #5C4033;
}
article.prijava input {
    padding: 10px;
    border: 1px solid #5C4033;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    color: #5C4033;
}
article.prijava button {
    background-color: #5C4033;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}
article.prijava button:hover {
    background-color: #3e2f23;
}

.row-3 article{
    padding: 4px;
    text-align: justify;
}

.row-1 ul li a,
.dva ul li a {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(216, 187, 108);
    color: rgb(0, 0, 0);
    border-top: 3px solid rgb(143, 123, 59);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    z-index: 1000;
}




article.vrijeme {
    background-color: burlywood;
    border-radius: 10px;
    border: 2px solid #5C4033; /* dark brown border */
    padding: 20px;
    flex-basis: 32%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #5C4033;
    box-shadow: 0 4px 8px rgba(92, 64, 51, 0.3);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
}
article.vrijeme h3 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    color: #5C4033;
}
article.vrijeme h3 {
    font-size: 18px;
    margin: 0;
    align-self: flex-start;
    color: #5C4033;
}


article.prijava {
    background-color: burlywood;
    border-radius: 10px;
    border: 2px solid #5C4033; /* dark brown border */
    padding: 20px;
    flex-basis: 32%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #5C4033;
    box-shadow: 0 4px 8px rgba(92, 64, 51, 0.3);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
}

article.prijava h1 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    color: #5C4033;
}