#home-image {
    width: 75%;
}

#home-image:hover {
	transition: width 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    width: 78%; 
}

.caption {
    justify-content: center;
    align-items: center;
    display: flex;
}

.illustration {
}

.illustration-box {
    width: 60%;
}

.poem {
}