.carousel {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}

#imagen {
    width: 100%;
    height: 400px;
    background-size: cover;
}