body {
  font-family: 'Helvetica Neue', sans-serif;
  background: #8e87f5;
  color: #333;
  margin: 0;
  padding: 40px;
}

header {
  text-align: center;
  margin-bottom: 40px;
}

h1 {
  font-size: 2.5em;
  color: #ff9f1c;
}

.intro {
  font-size: 1.2em;
  color: #555;
}

.country {
  margin-bottom: 40px;
  padding-left: 10px;
  border-left: 5px solid #56cfe1;
}

h2 {
  margin-bottom: 10px;
  color: #1982c4;
}

p {
  font-size: 1em;
  line-height: 1.6;
} 
