body{
    background-color: rgb(165, 165, 165);
    text-decoration: none;
}
header{
    background-color: rgb(110, 110, 110);
    height: 90px;
}
.naslov{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 5px;
}
#izbornik{
    padding-top: 100px;
    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: #00757e;
    border: 2px solid #545591;   
}

.box:hover{
    background-color: white;
    transition: 1s;
}
.box:active{
    transform: scale(0.95);
}
#linkovi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
main{
    background-color:  rgb(110, 110, 110);
    height: 500px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
}