body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #949af5;
  }
  

  .iskaznica {
    background-color: #091769;
    border-radius: 10%;
    padding: 40px;
    text-align: center;
   width: 500px;
  
  }
  
 
  .slika {
    width: 200px;
    height: 200px;
    border-radius: 10%;
    margin-bottom: 25px;
    border: 3px solid #17afeb;
  }
  
 
  .ime {
    text-decoration: underline;
    font-size: 30px;
    color: white;
    margin: 10px 0;
  }
  
 
  .webdizajner {
    font-variant: small-caps;
    font-size: 20px;
    color: #17afeb;
    margin-bottom: 15px;
  }
  

  .kontakt p {
    margin: 5px 0;
    color: white;
  }