.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #333333;
}

body {
  padding-top: 56px;
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #333333;
}

.menu li {
  margin: 0;
}

.menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu li a:hover {
  background-color: #db1f1f;
}



.button {
  display: inline-block;
  background-color: #333333;
  color: white;
  border: none;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.25s ease, transform 0.15s ease;
}

.button:hover {
  background-color: #db1f1f;
  color: white;
  transform: translateY(-2px);
}

.center-images {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.center-images img {
    height: 120px;     
    width: auto;
}

.contact-email {
    text-align: left;
    margin-top: 15px;
    font-size: 20px;
    color: #000;
}

.szoveg {
    text-align: left;
    margin-top: 15px;
    font-size: 20px;
    color: #000000;
}
