
body {
  background: #bb99ff;
  color: white;
  margin: 40px;
  line-height: 1.6;
  text-align:center;
}


h1 {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  border-bottom: 3px solid white;
  padding-bottom: 10px;
}


h3 {
  color: white;
  margin-top: 25px;
}


.rezultat {
  background: #bb99ff;
  padding: 8px;
  border-left: 4px solid #bb99ff;
  margin: 5px 0;
}


.paran {
  color: white;
  font-weight: bold;
}

.neparan {
  color: white;
  font-style: italic;
}


button {
  background: #cccccc;
  color: black;
  border: none;
  padding: 10px 18px;
  margin: 5px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

button:hover {
  background: #0066cc;
}
