@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

*{
    box-sizing: border-box;
}

body{
    -background-image: url(background1.jpg);
    background-size: cover;
    background-color: #0078AA;
    color: #35374B;
}

.container1{
    margin: auto;
    background-image: url(background1.jpg);
}

.container2{
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.container3{
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.container4{
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.container5{
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

header{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 7px;
    border-radius: 10px;
    height: 200px;
    font-size: x-large;
    position: sticky;
}

main{
    background-color: #FDF6EC;
    margin: auto;
    max-width: 960px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    font-size: 50px;
}

footer{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    height: 250px;
    font-size: x-large;
    
}

.izbornik a{
    height: 100px;
    width: 100px;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #35374B;
    background-color: #FDF6EC;
}

.izbornik a:hover{
    color: #35374B;
    background-color: #CCD1E4;
}

header1{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 7px;
    border-radius: 10px;
    height: 200px;
    font-size: x-large;
}

footer1{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    height: 250px;
    font-size: x-large;
}

header2{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 7px;
    border-radius: 10px;
    height: 200px;
    font-size: x-large;
}

footer2{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    height: 250px;
    font-size: x-large;
}

header3{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 7px;
    border-radius: 10px;
    height: 200px;
    font-size: x-large;
}

footer3{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    height: 250px;
    font-size: x-large;
}

header4{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 7px;
    border-radius: 10px;
    height: 200px;
    font-size: x-large;
}

footer4{
    background-color: #3AB4F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    height: 250px;
    font-size: x-large;
}