body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: white;
  font-size: 120%;
  display: flexbox;
}

::-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;
}

.content-left {
  background-color: white;
  text-align: left;
  padding-left: 20px;
  float: left;
}

.content-right {
  background-color: white;
  padding-right: 20px;
  text-align: right;
  float: left;
}

.navbar {
  display: flex;
  background-image: url(/imgs/header.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;
}

.body-div {
  background-color: white;
  height: 100%;
}

.focim {
  text-align: center;
  padding: 40px;
  background-color: #189e0c;
  border-radius: 20px 20px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  box-shadow: #000000 0px 2px 5px;
}

.middle {
  text-align: center;
  font-size: x-large;
}

p {
  color: white;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #1cb60e;
  max-width: fit-content;
  margin: auto;
  text-align: center;
  width: 900px;
  border-radius: 30px;
}

img {
  width: 50%;
  height: 50%;
  border: 1px, solid, white;
  border-radius: 50px;
}

.footer {
  background-color: #1cb60e;
  color: white;
  margin: auto;
  text-align: center;
}

#tetejere-gomb {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #189e0c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  transition: background-color 0.15s ease-in;
}

#tetejere-gomb:hover {
  background-color: rgb(96, 96, 96);
  transition-duration: 0.2s;
}

.SzabiXMarci {
  height: 35%;
  width: 35%;
}

.footer {
  position: fixed;
  display: flex;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 75px;
  background-color: #1cb60e;
  justify-content: center;
  align-items: center;
  position: sticky;
}

.footer a {
  color: white;
  margin-left: 20px;
  margin-right: 20px;
}

.footer span {
  font-family: Calibri;
}

.footer-small {
  font-size: 80%;
  text-decoration: underline;
}
