html {
    font-family: sans-serif;
    background-color: bisque;
}

#pitch {
    background-color: darksalmon;
    padding: 8px 16px;
}

#photos {
    display: flex;
    padding: 8px 16px;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: 100%;
    height: 300px;
}