body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 15vw;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.content {
  flex: 1;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
}

p{
  white-space: pre-wrap;
}

.logo1 {
  height: 75px;
  width: auto;
  margin-right: 20px;
}

.logo2 {
  height: 82px;
  width: auto;
  margin-left: 20px;
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.text1,
.text2,
.text3,
h2,
h3 {
  margin-top: 50px;
  white-space: pre-wrap;
}

.text1 {
  font-size: 24px;
  font-weight: bold;
  margin: 5px;
}
.text2 {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}

.text3 {
  white-space: pre-wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: black;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.flag-item {
  text-align: center;
  width: 150px;
}

.flag-item img {
  width: 100%;
  height: auto;
  display: block;
}

.flag-item a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

footer {
  text-align: center;
  padding: 10px;
  max-width: 600px;
  margin: 0px auto;
  line-height: 1.5;
  padding: 0 10px;
  max-width: 700px;
}