.body--color {
    background-color: #f8f9fa;
}

.catering {
    margin-top: 5%;
}

.font {
    color: #6e6f6f;
    font-size: xx-large;
}

.font--size {
    font-size: x-large;
}

.col-text--margin{
    margin-top: 15%;
    margin-bottom: 2%;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px; /* Half the height */
    margin-left: -250px; /* Half the width */
    z-index: 1;
}
