body {
    background-color: lightgray;
    color: #333;
    font-family: Arial, sans-serif;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: rgb(218, 28, 28);
    text-decoration: none;
}

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: #e2e2e2;
    border: 2px solid #000000;
    
}

.box:hover{
    transform: scale(1.05);
}
.box:active{
    transform: scale(0.95);
}
#linkovi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

h1 {
    color: #333;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
.naslov{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}