body {
  font-family: "Poppins", sans-serif;
  background-color: #0a2756;
  color: #ffffff;
  font-weight: normal;
}

h1,
h3 {
  text-align: center;
}

#outerContainer {
  display: block;
}
#flags {
  display: flex;
  justify-content: center;
}

img {
  margin: 20px;
}
