/* styles.css */
body {
  background-color: white;
  font-family: 'Roboto' Arial, sans-serif;
  margin: 0px;
}

.naslov {
  font-size: 50px;
  color: white;
  background-color: black;
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
    box-shadow: 0 5px 15px grey;
}
