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