body{
    margin: 0px;
    background-image: url("slike/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

main{
    margin: 10px;
    color: aliceblue;
    font-size: 18px;
}

h1{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: aliceblue;
    padding-bottom: 20px;
}

.navbar ul{
    list-style-type: none;
    background-color: #2a3b66;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.navbar a{
    color: aliceblue;
    text-decoration: none;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 70px;
    padding-right: 70px;
    display: block;
    text-align: center;
    font-size: 18px;
    transition: 0.3s;
}

.navbar a:hover{
    background-color: #3b5aa3;
}

.navbar li{
    float: left;
}

.navbar button{
    display: block;
    float: right;
    color: aliceblue;
    background-color: #314a80;
    font-size: 18px;
    padding: 15px;
}

.navbar button:hover{
    background-color: #3b5aa3;
}

.img{
    height: 100px;
    width: 100px;
    float: right;
    padding-left: 10px

}

.S1{
    width: 32%;
    float: left;
    padding-left: 10px;
}

#division{
    text-align: center;
}

.division{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.S2{
    width: 48%;
    float: left;
    padding-left: 25px;
    margin-bottom: 50px;
}

#table_title{
    text-align: center;
    margin-bottom: 50px;
}

table{
    margin: 0 auto;
    border-collapse: collapse;
    width: 80%;
    color:aliceblue;
    margin-bottom: 50px;
}

th, td{
    border: 3px solid darkblue;
    padding: 10px;
    text-align: center;
}

#list{
    list-style-type: none;
    padding-left: 10px;
}

#list li{
    position: relative;
    padding-left: 15px;
}

#list li::before{
    content: "-";
    position: absolute;
    left: 0;
}

ol{
    padding-left: 25px;
}

#img1{
    width: 325px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#h3{
    clear: both;
}

#img2{
    width: 250px;
    height: auto;
    float: right;
    margin-right:400px;
}

#img3{
    width: 150px;
    height: auto;
    margin-right: 600px;
    float: right;
}

#img4{
    width: 180px;
    height: auto;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}

#h4{
    clear: both;
}

#img5{
    width: 350px;
    height: auto;
    float: right;
    margin-right: 150px;
    margin-bottom: 30px;
}

.questions h2{
    text-align: center;
}

.questions form{
    display: block;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.questions form section{
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    gap: 10px;
}


.questions form section label{
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: #1f2b47;
    border-radius: 10px;
    gap: 10px;
    transition: 0.3s;
}

.questions form section label:hover{
    background-color: #2a3b66;
    border-color: #5b7bd5;
    cursor: pointer;
}

.questions form button{
    display: block;
    text-align: center;
    color: aliceblue;
    border-radius: 10px;
    padding: 15px;
    background-color: #1e2a44;
    border: 1px solid #3a4f7a;
    transition: 0.3s;
}

.questions form button:hover{
    background-color: #2a3b66;
    border-color: #5b7bd5;
    cursor: pointer;
}

.questions div{
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}
