body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  font-size: 120%;
  display: inline-table;
}

::-webkit-scrollbar {
  display: none;
}

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;
}

.ruhak-kupakok {
  background-color: white;
  text-align: left;
  float: left;
  width: 35%;
  margin: auto;
}

.content-right {
  background-color: white;
  width: 60%;
  float: right;
  margin: auto;
}

.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;
}

.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;
  cursor: pointer;
}

.navok:visited {
  color: white;
}

.navok:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  transition: background-color 0.15s ease;
}

#current {
  background-color: rgba(255, 255, 255, 0.65);
  color: black;
  border: black 1px solid;
}

#current:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  border: black 1px solid;
}

.navok:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  transition: background-color 0.15s ease;
}

a {
  text-decoration: none;
}

.content-left-full {
  background-color: white;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#cim {
  width: 75%px;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  padding: 20px;
  border-radius: 50px;
  background-color: #9ecef5;
}

#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;
}

.otletek {
  text-align: center;
  font-size: 150%;
}

.alcim {
  text-align: center;
  font-size: 150%;
}

#right-float-left {
  float: left;
  width: 55%;
}

img {
  border-radius: 50px;
  padding: 20px;
  margin: 30px;
}

.egymas-mellett {
  display: flexbox;
}

.left {
  float: left;
}

#egyeb {
  font-weight: bold;
  margin-left: 60px;
  font-size: 130%;
}
#kreativitas {
  font-weight: bold;
  margin-left: 60px;
  font-size: 130%;
  max-width: 90%;
}

.footer {
  position: fixed;
  display: flex;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 75px;
  background-color: #287ca4;
  justify-content: center;
  align-items: center;
  position: sticky;
}

.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;
  height: fit-content;
  border: 50px solid rgba(0, 0, 0, 0);
} /* Ez legyen a legvége!!! */
