body {
  
  transition: background-image 0.5s ease;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; /* Izbegava ponavljanje slike */
  width: 100vh; /* Postavlja sirinu na 100% visine prozora */
  font-family: Arial, sans-serif;
  text-align: left;
  color: #fef5f5;
}

p {
  color: #ffffff;
}
.container {
  background-color: rgba(105, 105, 105, 0.6); /* Pozadina kontejnera */
  padding: 20px; /* Unutrašnja margina */
  border-radius: 20px; /* Zaobljene ivice */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Senka ispod kontejnera */
  max-width: 600px; /* Maksimalna širina */
  margin: 65% auto; /* Centriranje kontejnera */
  text-align: left; /* Centriranje teksta */
}
.linkovi {
  /*This is a comment*/
  /*display:table-cell;*/
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border: 1px solid #00a7cd;
  padding: 3px 3px;
  text-align: center;
  width: 70px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
  background: #00a7cd;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#00a7cd),
    to(#0dffcc)
  );
  background: -webkit-linear-gradient(#00a7cd, #0dffcc);
  background: -moz-linear-gradient(#00a7cd, #0dffcc);
  background: -ms-linear-gradient(#00a7cd, #0dffcc);
  background: -o-linear-gradient(#00a7cd, #0dffcc);
  background: linear-gradient(#00a7cd, #0dffcc);
  -pie-background: linear-gradient(#00a7cd, #0dffcc);
  behavior: url(/htc/PIE.htc);
}
. linkovi:hover {
  color: #0dffcc;
  border: 0px solid #00a7cd;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#0dffcc),
    to(#00a7cd)
  );
  background: -webkit-linear-gradient(#0dffcc, #00a7cd);
  background: -moz-linear-gradient(#0dffcc, #00a7cd);
  background: -ms-linear-gradient(#0dffcc, #00a7cd);
  background: -o-linear-gradient(#0dffcc, #00a7cd);
  background: linear-gradient(#0dffcc, #00a7cd);
  -pie-background: linear-gradient(#0dffcc, #00a7cd);
  behavior: url(/htc/PIE.htc);
}
.linkovi:active {
  position: relative;
  top: 1px;
}
.ikonice {
  border-bottom: #00a7cd 1px solid;
  border-left: #00a7cd 1px solid;
  border-top: #00a7cd 1px solid;
  border-right: #00a7cd 1px solid;
  border: 1px solid #00a7cd;
  padding: 3px 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  width: 40px;
  font-family: arial;
  background: #00a7cd;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: #666 0px 2px 3px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#00a7cd),
    to(#ffffff)
  );
  background: -webkit-linear-gradient(#00a7cd, #ffffff);
  background: -moz-linear-gradient(#00a7cd, #ffffff);
  background: -ms-linear-gradient(#00a7cd, #ffffff);
  background: -o-linear-gradient(#00a7cd, #ffffff);
  background: linear-gradient(#00a7cd, #ffffff);
  behavior: url(/cssikone/htc/PIE.htc);
  -pie-background: linear-gradient(#00a7cd, #ffffff);
}
.ikonice:hover {
  border-bottom: #00a7cd 0px solid;
  border-left: #00a7cd 0px solid;
  border-top: #00a7cd 0px solid;
  border-right: #00a7cd 0px solid;
  color: #0dffcc;
  border: 0px solid #00a7cd;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#ffffff),
    to(#00a7cd)
  );
  background: -webkit-linear-gradient(#ffffff, #00a7cd);
  background: -moz-linear-gradient(#ffffff, #00a7cd);
  background: -ms-linear-gradient(#ffffff, #00a7cd);
  background: -o-linear-gradient(#ffffff, #00a7cd);
  background: linear-gradient(#ffffff, #00a7cd);
  behavior: url(/cssikone/htc/PIE.htc);
  -pie-background: linear-gradient(#ffffff, #00a7cd);
}
.ikonice:active {
  position: relative;
  top: 1px;
}
.dugme {
  -moz-box-shadow: inset -3px 0px 6px 1px #bbdaf7;
  -webkit-box-shadow: inset -3px 0px 6px 1px #bbdaf7;
  box-shadow: inset -3px 0px 6px 1px #bbdaf7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #79bbff),
    color-stop(1, #378de5)
  );
  background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
  background-color: #00a8cd;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #84bbf3;
  border-bottom: #84bbf3 1px solid;
  border-left: #84bbf3 1px solid;
  border-top: #84bbf3 1px solid;
  border-right: #84bbf3 1px solid;
  /*	display:inline-block;*/
  color: #ffffff;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  padding: 3px 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
  text-shadow: 4px 2px 4px #528ecc;
  behavior: url(/cssikone/htc/PIE.htc);
  -pie-background: linear-gradient(#00a8cd, #378de5);
}
.dugme:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #378de5),
    color-stop(1, #79bbff)
  );
  background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
  background-color: #378de5;
}
.dugme:active {
  position: relative;
  top: 1px;
}
