  .cameroon_star {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fcd116; 
    z-index: 2;
  }

.cameroon_triangle {
      position: absolute;
      width: 0;
      height: 0;
      border-top: 90px solid transparent;
      border-bottom: 90px solid transparent;
      border-left: 180px solid white;
      z-index: 2;
    }

.benin_green {
  background-color: #008751;
  width: 33.33%;
  height: 100%;
}

.benin_aright {
  width: 66.66%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.Central_African_Republic {
    background: linear-gradient(
 	 to right,
	  transparent 48%,
	  #d21034 48%,
	  #d21034 52%,
	  transparent 52%
);
}
