Help Chiikawa reach the cushion on the right by using justify-content.

💡Property: justify-content
style.css
12345678910
#room {
  display: flex;
}
Chiikawa