 body {
     font-family: Arial, sans-serif;
     margin: 0;
     padding: 0;
     background-color: #f2f2f2;
 }

 .header {
     background-color: #333;
     color: #fff;
     padding: 30px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .logo {
     font-size: 2rem;
     text-decoration: none;
     color: #fff;
     font-family: Georgia, 'Times New Roman', Times, serif;
 }

 .navbar a {
     color: #fff;
     text-decoration: none;
     padding: 10px;
     font-size: 19px;
     font-family: Georgia, 'Times New Roman', Times, serif;
 }

 .box {
     background-color: #fff;
     color: #333;
     padding: 32px;
     margin: 32px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }

 .box h2 {
     margin-top: 0;
 }

 .box p {
     margin-bottom: 0;
 }
 .ime{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
 }
 a{
    text-decoration: none;
    color: black;
 }
 a:hover{
    color: red;
 }
 .navbar{
    display: flex;
    flex-wrap: wrap;
}
.box{
    flex-basis: 150px;
    flex-grow: 1;
}