* {
    font-family: 'Poppins';
}

body {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.title-background {
    background-image: url('kitchenImg.jpg');
    height: 45vh;
    background-position-y: center;
    margin: 0;
    position: relative;
    text-align: center;
    color: white
}

.category-background {
    height: 50vh;
    background-position-y: center;
    background-position-x: center;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.iFood-background {
    background-image: url("iFoodBg.jpg");
}

.iSayur-background {
    background-image: url("iSayurBg.jpg");
}

.title {
    margin-bottom: 10rem;
    line-height: 1.5;
    font-size: 5vw;
    font-weight: bolder;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category-title {
    margin-bottom: 10rem;
    line-height: 1.5;
    font-size: 3vw;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
}

.category-desc {
    line-height: 1.2;
    font-size: 2vw;
    font-weight: bold;
    position: absolute;
    color: black;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    border: 2px solid #ffffff00;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-body {
    border-radius: 1%;
}

.card-category {
    height: 30vh;
    margin: 0;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-h: center;
}

.card-ifood {
    background-image: url('iFoodImg.jpg');
}

.card-isayur {
    background-image: url('iSayurImg.jpg');
}

.card-icatering {
    background-image: url('iCatering.jpg');
}

.card-ifrozen {
    background-image: url('iFrozen.jpg');
}

.card-category:hover{
    filter: blur(4px);
}

.card-title {
    font-weight: bolder;
    position: absolute;
    color: white;
    font-size: 4vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#intro {
    margin-bottom: 0;
}

#asker {
    margin-top: 3rem;
    margin-bottom: 2rem;
}