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