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;
}

ul {
  list-style-position: inside;
  font-style: italic;
}

table {
  background-color: white;
}

.td-left {
  width: 50%;
  padding-left: 20px;
}

td {
  vertical-align: top;
}

.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;
  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;
  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;
}

.div-body div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-body p {
  padding: 5%;
  font-size: 130%;
}

marquee {
  background: linear-gradient(#287ca4, #ffffff);
  border-radius: 10px 10px 0px 0px;
  height: 40px;
  align-content: center;
  color: white;
  font-family: Poppins;
  font-weight: bolder;
  background-color: #217ea3;
  text-shadow: 2px 2px 4px #000000;
  z-index: 99;
}

.bot-hr {
  height: 40px;
  background: linear-gradient(#ffffff, #287ca4);
  border-radius: 0px 0px 10px 10px;
  margin: 0;
  border: 0;
}

.top-hr {
  height: 40px;
  background: linear-gradient(#287ca4, #ffffff);
  border-radius: 10px 10px 0px 0px;
  margin: 0;
  border: 0;
}

.div-body hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
