@import '../nav/nav.css';
@import '../footer/footer.css';
* {
  margin: 0;
  padding: 0;
}

html {
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}

.footer-container {
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}
.footer-container .footer-text {
  color: white !important;
}
.footer-container .footer-text h1 {
  color: white !important;
}

.container {
  position: relative;
  top: 15vh;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Raleway;
  margin-bottom: 80px;
  color: white;
  padding-top: 10px;
}

button {
  text-transform: uppercase;
  font-family: Raleway;
  border: 1px solid black;
  background-color: transparent;
  background-color: white;
  padding: 8px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}

#gomb {
  text-transform: capitalize;
  font-family: Raleway;
  text-decoration: none;
  color: black;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
}

button:hover {
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
  color: white;
}

@media only screen and (max-width: 600px) {
  .container {
    position: relative;
    top: 0vh;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=dijrol.css.map */
