.country-name {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  text-align: center;
}

.country-capital {
  font-size: 1.5rem;
  font-weight: 500;
  color: #16a085;
  margin-bottom: 1rem;
  text-align: center;
}

.country-flag {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
