.carousel {
    margin-top: 2em;
    margin-left: 6em;
    margin-right: 6em;
    display: inline-block;
    padding: 1em;
    /*border: solid;*/
}

.carousel > * {
    box-shadow: 0 0 0.3em 0.025em #00000099;
}

.sq {
    width: 2em;
    height: 2em;
}

#images > img {
    width: 10em;
}

#text > p {
    box-shadow: none;
    font-size: 4em;
}