.box {
display: flex;
}
.image {
align-self: flex-start;
}
.button {
align-self: flex-end;
}