.flag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-transform: uppercase;
  color: #E54225;
  background-color: #fff;
}

.flag--dark {
  color: #fff;
  background-color: #E54225;
}