.full-screen {
    width: 100% !important;
    height: 100% !important;
}

.colour1 {
    background-color: #2c9bd0;
}

.colour2 {
    background-color: #5ccd7a;
}

.white {
    color: white;
}

.bg-meals {
    
    background-image: url(images/food.jpg);
    background-size: cover;
    
}