
/* CSS Document */

.Carousel {
    width: 100%;
}

.item {
    width: 100%;
    height: 90px;
    background-color: #999;
}

.item h1{
    line-height: 400px;
    text-align: center;
    font-size: 40px;
    color: white;
}
