.carrousell {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: antiquewhite;
}

.elemento {
    flex: 1 0 auto;
    margin: 0.5rem;
    width: 12rem;

}

.carrousell img {
    width: 100%;
}
