.home{
    background-color: #e8e8e8;
    min-height: 100vh;
    &-canteen{
        &-card{
            min-height: 200px;
        }
    }
}