body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.profilna-kartica {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
}
.profilna-fotografija img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #3498db;
    margin-bottom: 15px;
}
.informacije h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 10px;
}
.informacije p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}
.informacije ul {
    list-style-type: none;
    padding: 0;
    color: #555;
}
.informacije ul li {
    margin: 5px 0;
}
.informacije a {
    color: #3498db;
    text-decoration: none;
}
.informacije a:hover {
    text-decoration: underline;
}
.profilna-kartica {
    margin: 20px;
    padding: 25px;
}
/*pozicija linkova neradi bez ovoga*/
.link{
    position: absolute;
    top: 10px;   
    left: 10px;
}

