html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #111;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 180px;
  height: auto;
}

.flag {
  width: 28px;
  height: auto;
  opacity: 0.85;
}

.tagline {
  font-size: 1.2rem;
}

.subtext {
  font-size: 0.95rem;
  opacity: 0.7;
}

footer {
  text-align: center;
  font-size: 0.85rem;
  padding: 20px;
  opacity: 0.8;
}

footer a {
  color: inherit;
  text-decoration: underline;
}
