.headerWorld {
color: white;
background-color: rgb(240, 162, 17);
border-radius: 5px;
border-width: 2px;
width: 120px;
height: 68px;
border-color: rgb(0, 0, 0);
size-adjust: inherit;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .headerWorld:hover{
    background-color: rgb(211, 123, 8);
    color: rgb(136, 166, 230);
    cursor: pointer;
  }
  
.flexbox {
  display: flex;
  flex-direction:row;
}
