@import '../index/shared.css';
@import '../nav/nav.css';
@import '../footer/footer.css';
html {
  font-size: 62.5%;
}

footer {
  margin: 0px;
}

@font-face {
  font-family: Trajan;
  src: url("../font/Trajan Pro.ttf");
}
@font-face {
  font-family: Icon;
  src: url("../font/fonts/ElegantIcons.ttf");
}
#hasznos-informaciok a {
  color: blue;
}

.container, .container-2 {
  padding-left: 150px;
  padding-right: 150px;
  font-size: 16px;
}

.main-container-3 {
  position: relative;
  font-family: Roboto;
  text-align: center;
  margin-bottom: 60px;
  font-size: 17px;
}

body {
  padding-top: 200px;
}

.container {
  display: flex;
  font-family: Roboto;
  justify-content: space-around;
  flex-basis: 100%;
  position: relative;
}

.box-1 {
  flex-basis: 30%;
}

.box-2 {
  flex-basis: 30%;
}

.container-2 {
  display: flex;
  font-family: Roboto;
  flex-basis: 100%;
  justify-content: space-around;
  position: relative;
  padding-bottom: 50px;
}

.container-2 div {
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 40px;
}

.box-3 {
  flex-basis: 30%;
}

.box-4 {
  flex-basis: 30%;
}

.btn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  padding-bottom: 30px;
}
.btn-container button {
  background-color: white;
  border: 2px solid black;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  font-family: Roboto;
  letter-spacing: 2px;
}
.btn-container button:hover {
  background-color: black;
  color: white;
}

/*# sourceMappingURL=hasznos-informaciok2.css.map */
