section {
    display:flex ;
    background-color: orange;
    height: 100px ;
    gap: 5px;
}
div{ background-color: indigo; color: white;}