.header-class {
  margin-top: 150px;
  text-align: center;
  width: 100%;
  height: auto;
}
.mainLogo {
  padding: 10px;
  max-width: 700px;
  width: 100%;
  height: auto;
}
.paragrafi {
    text-align:center;
}
.dugme {
  margin-top: 80px;
  text-align: center;
}
.button {
  transition-duration: 0.4s;
  background-color: #e78200;
  border: none;
  border: 1px solid #e78200;
}
.button:hover {
  background-color: white;
  color: #e78200;
  border: 1px solid #e78200;
}
.button:focus {
  transition-duration: 0.4s;
  color: #e78200;
  background-color: white;
  border: none;
}
.footer {
  margin-top: 50px;
  position: relative;
  text-align: center;
  font-family: 'Michroma', sans-serif;
}
.icons {
  margin-top: 5px;
  padding: 5px;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
