.my_container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: flex-end;
}

