/* stil h1 elementa */
h1 {
    font-size: 2em;
    text-align: center;
    margin: 20px 0;
    color: white;
  }
  
  /* stil p elementa */
  p {
    font-size: 1em;
    line-height: 1.5;
    margin: 10px 0;
    color: white;
  }
  
  /* stil b elementa */
  b {
    font-weight: bold;
  }
  
  /* stil a elementa */
  a {
    color: #007bff;
    text-decoration: none;
  }
  
  /* stil ul elementa */
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* stil li elementa */
  li {
    margin: 5px 0;
  }
  
  /* stil tijela stranice */
  body {
    background-color: black;
    font-family: Arial, sans-serif;
  }
  