body {
    font-family: Verdana, sans-serif;
}

img {
    max-width: 100%;
}

.rightAlign {
    width: 20%;
    float: right;
}

.leftAlign {
    width: 20%;
    float: left;
}

.carousel {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.carouselItem {
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
}
