body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: bisque;
    color: chocolate;
}
.kartica{
    background-color: brown;
    border-radius: 10%;
    padding: 30px;
    text-align: center;
    width: 500px;
    color: bisque;
}
div{
    display: block;
    unicode-bidi: isolate;
}
.slika{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-bottom: 15px;
    border: 3px solid bisque;
}
.kontakt{
    color: cornflowerblue;
}