section#opg103 {
    display: flex;
    background-color: orange;
    height: 100px;
    gap: 5px;
}

section#opg104 {
    display: flex;
    background-color: orange;
    height: 100px;
    gap: 5px;
    justify-content: center;
}

div {
background-color: indigo;
color: white;
}

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