body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 40px;
}

.container {
  max-width: 600px;
  text-align: center;
}

.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffffff;
  background: #00bdd1;
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 28px;
}

h1 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: #141414;
  line-height: 1.2;
}

h1 span {
  color: #00bdd1;
}

.subtitle {
  font-size: 1rem;
  color: #fcbd2a;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

p {
  font-size: 1rem;
  line-height: 1.8;
  color: #666b68;
  margin-bottom: 40px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

a.btn {
  display: inline-block;
  background: #00bdd1;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 4px;
  font-size: .95rem;
  font-family: 'Varela Round', Helvetica, Arial, sans-serif;
  letter-spacing: .04em;
  transition: background .2s, transform .1s;
}

a.btn:hover { background: #009db5; transform: translateY(-1px); }

.city-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.note {
  margin-top: 18px;
  font-size: .78rem;
  color: #aaa;
}
