body{
    background-color:  #ADB6C4;
    text-decoration: none;
}
header{
    background-color: #001B2E;
    height: 90px;
    border-radius: 7px;
    color: aliceblue;
}
.naslov{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 5px;
}
#izbornik{
    padding-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    margin-top: 50px;
}
a{
	font-size: x-large;
    text-decoration: none;
    color: black;
}
.box{
    width: 300px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin: 5px;
    border-radius: 10px;
    
}
.box1{
    background-color: rgb(162, 162, 162);
    border: 2px solid black;   
}

.box:hover{
    background-color: #FFC49B;
    
}
.box:active{
    transform: scale(0.95);
}
#linkovi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
main{
    background-color: #294C60;
    height: 500px;
    width: 35%;
    margin: 0 auto;
    border-radius: 10px;
}