section {
    display:flex ;
    background-color: orange;
    height: 100px ;
    gap: 5px;
    justify-content: center;
    align-items:flex-start ;
}
div{ background-color: indigo; color: white;}