.slider
{
    width: 100%;
    height: 100vh;
}

.slider > .single_slide
{
    width: 100%;
    height: 100%;
    background: url("../file/slider/dumpling.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider > .single_slide p
{
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 1px black;
}

.slider > .single_slide span
{
    font-size: 1.5rem;
}

.slider_noimage
{
    margin-top: 35px;
    height: 30vh;
    min-height: 200px;
}

.slider > .single_slide_noimage {
    background: linear-gradient(45deg, rgba(246,156,196,1) 0%, rgb(255,184,175) 100%);
}
