*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.title{
    font-size: 2.5em;
    margin-bottom: 2.5em;
    color: #fff;
    text-align: center;
}
.subtitles{
    margin: 0;
    color: #fff;
    display: inline;
    font-size: 3.125em;
    font-weight: 500;
    text-transform: uppercase;
}
.flavor{
    color: #fff;
    margin: 0.4375em 0;
    font-size: 3.125em;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    margin-top: 0;
}
.division-line{
 width: 80%;
 height: 2px;
 background-color: #fff;
}
/* ============================== */
 /* materialize styles */
/* =============================== */
.carousel{
    min-height: 31.25em;
}
.carousel .carousel-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    width: 31.25em;
    height: 31.25em;
}
.carousel .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 15px;
}
.carousel .indicators .indicator-item{
    border-radius: 0;
    transform: rotate(45deg);
    margin: 0 0.9375em;
    background: #36221c;
}
