I am stuck on this challenge, and out of hints. What am I overlooking?
crossbow {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.target:nth-of-type(2) {
align-self: stretch;
flex-shrink: 0;
}
.target:nth-of-type(3) {
align-self: center;
flex-shrink: 1;
}