body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #217ea3;
  font-size: 120%;
}

::-webkit-scrollbar {
  display: none;
}

.navbar h1 {
  font-size: 45px;
  color: white;
  padding: 0px 70px;
  font-family: Arvo;
  text-shadow: 7px 7px 15px #000000;
}

h2 {
  font-family: Poppins;
}

p {
  font-family: Outfit;
}

.navbar {
  display: flex;
  background-image: url(/imgs/header2.png);
  background-repeat: repeat-x;
  background-position: center;
  color: white;
  align-items: center;
  justify-content: center;
  background-color: #217ea3;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navok {
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 25px;
  border-radius: 25px;
  transition: background-color 0.15s ease-in;
  margin: 0 10px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.navok:visited {
  color: white;
}

.navok:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  transition: background-color 0.15s ease;
}

.navok:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  transition: background-color 0.15s ease;
}

.footer {
  position: fixed;
  display: flex;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 75px;
  background-color: #287ca4;
  justify-content: center;
  align-items: center;
}

.footer a {
  color: white;
  margin-left: 20px;
  margin-right: 20px;
}

.footer p {
  font-family: Calibri;
}

.footer-small {
  font-size: 80%;
  text-decoration: underline;
}

.div-body {
  background-color: white;
  padding: 35px;
  text-align: center;
}

#tetejere-gomb {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(0, 0, 0);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#tetejere-gomb:hover {
  background-color: rgb(96, 96, 96);
  transition-duration: 0.2s;
}

img {
  height: 500px;
}

.vezetoseg, .webfejleszto-csapat, .kreativ-csapat, .kereso-csapat{
  align-items: flex-start;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.vezetoseg div {
  width: calc(33.33% - 10px);
}

.webfejleszto-csapat div {
  width: calc(33.33% - 10px);
}

.kreativ-csapat div {
  width: calc(33.33% - 10px);
}

.kereso-csapat div {
  width: calc(33.33% - 10px);
}