body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: url('backround.png');
  background-size: cover;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.image-links {
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.image-links a {
  margin: 2px;
  color: rgb(255, 255, 255);
}

.image-links img {
  width: 250px;
  height: 120px;
  margin-bottom: 30px;
}
.maps-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.maps-info img {
  width: 50px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 20px;
}
.maps-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.maps-info img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.maps-link {
  text-decoration: none;
  color: white;
}
.contact-info {
  text-decoration: underline;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.contact-info1 {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
table {
  margin: 20px auto;
  text-align: center;
}
.extra-info {
font-size: 25px;
}
.table-header {
  text-align: center;
  font-size: 23px;
}
.italics {
  font-style: italic;
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.banner img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove default image inline display */
  margin-top: none;
  border-radius: 5px;
}
.container {
  position: relative;
}

.hiddenImage {
  opacity: 0;
  transform: translateY(-100%);
  animation: slideFromTop 1s forwards;
}

@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hiddenText {
  opacity: 0;
  transform: translateX(-100%);
  animation: slideFromLeft 1s forwards;
}

@keyframes slideFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.nav-menu {
  list-style: none;
  margin-left: 20px;
  margin-right: 5px;
  padding: 2px;
  display: flex;
  justify-content: center;
}

.nav-menu li {
  margin-right: 20px;
}

.nav-menu li:last-child {
  margin-right: 0;
}

.nav-menu a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 8px 4px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color:rgb(217, 221, 224);
}

.nav-menu a:hover {
  background-color: rgba(217, 221, 224, 0.646);
}
.bold-custom-color {
  font-weight: bold;
  color: #000000; /* Hexadecimal color code for a custom color (Dodger Blue) */
  text-decoration: none;
}
.centered-image {
  max-width: 30%; /* Adjust the size of the image as needed */
  display: block;
  margin: 0 auto;
  margin-right: none;
  border-radius: 5px;
  width: 500px;
  max-height: auto;
}

.memo {
  background-color: rgba(255, 255, 255, 0.817);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  }
.container-image {
  display: flex;
  align-items: center;
  justify-content: auto;
  text-align: center;
}
.kerasia-memo {
  color: #000000;
  font-weight: bold;
  font-size: 15px;
}
.memo-istoria {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  align-items: center;
}
.memo-synergates {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 20px;
}
.login {
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 8px 4px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color:rgb(217, 221, 224);
}
.iframe {
  width: 100%;
  height: 100vh;
  border: 5px;
  transform: scale(0.9); /* Adjust the scale value as needed */
  
        }
